From e97d8772fc4a9a8401baf1c8995d78e762b8512f Mon Sep 17 00:00:00 2001 From: mobinmob Date: Sat, 28 Aug 2021 17:31:14 +0300 Subject: [PATCH] mercurial: update to 5.9. --- srcpkgs/mercurial/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/mercurial/template b/srcpkgs/mercurial/template index 30857ffad05b..4cf3e509f714 100644 --- a/srcpkgs/mercurial/template +++ b/srcpkgs/mercurial/template @@ -1,6 +1,6 @@ # Template file for 'mercurial' pkgname=mercurial -version=5.8.1 +version=5.9 revision=1 build_style=python3-module hostmakedepends="python3 python3-setuptools python3-devel gettext" @@ -14,7 +14,7 @@ maintainer="Orphaned " license="GPL-2.0-or-later" homepage="https://www.mercurial-scm.org/" distfiles="https://www.mercurial-scm.org/release/mercurial-${version}.tar.gz" -checksum=81baa3fe2087bdda2dd119d7ea948f6badebaeb7b528a7d18b277e2ceb22b19b +checksum=70d53f72d495e97f1bac6e6bf65b9c760dc1d52e166c0b9754d1e54371c1307a 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 + rm test-hghave.t test-merge-tools.t test-status.t python3 run-tests.py ${makejobs} ${_additional_test} }