From ef592d2588f1240e1c809080eb22aa1983dd7a11 Mon Sep 17 00:00:00 2001 From: dataCobra Date: Mon, 10 Jul 2023 10:02:56 +0200 Subject: [PATCH] mercurial: update to 6.5. --- srcpkgs/mercurial/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/mercurial/template b/srcpkgs/mercurial/template index b61f9dba94a..53ade4f4198 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.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=a5603d0d395ebf67fe5d27abbb3bd37fcc01871ecf394c793672d2c1e68be7e7 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} }