From c7abfe05a56f5f56b85ba46a2162d61a172b1a88 Mon Sep 17 00:00:00 2001 From: dataCobra Date: Sun, 2 Jul 2023 11:46:22 +0200 Subject: [PATCH] mercurial: update to 6.4.5. --- srcpkgs/mercurial/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/mercurial/template b/srcpkgs/mercurial/template index b61f9dba94a1..ade02e0b35f3 100644 --- a/srcpkgs/mercurial/template +++ b/srcpkgs/mercurial/template @@ -1,6 +1,6 @@ # Template file for 'mercurial' pkgname=mercurial -version=6.3.2 +version=6.4.5 revision=1 build_style=python3-module hostmakedepends="python3 python3-setuptools python3-devel gettext git" @@ -14,7 +14,7 @@ maintainer="dataCobra " license="GPL-2.0-or-later" homepage="https://www.mercurial-scm.org/" distfiles="https://www.mercurial-scm.org/release/mercurial-${version}.tar.gz" -checksum=cfe6eeb5dd893ab32c0b79c1531aac420773e0fc837a35db3d4d92703df45a98 +checksum=b0b4b00b8b2639c8be387394796f0425beb339314df7e72937f8ddd2a41b1b8a pre_check() { if [ "$XBPS_TARGET_LIBC" = musl ]; then @@ -31,7 +31,7 @@ do_check() { fi cd tests - rm test-hghave.t test-merge-tools.t test-status.t + rm test-hghave.t test-merge-tools.t test-status.t test-status-eacces.t PATH=/tmp/bin:$PATH python3 run-tests.py ${makejobs} ${_additional_test} }