From affe548859fce4358db02ba04e6da2c353d40343 Mon Sep 17 00:00:00 2001 From: psykose <alice@ayaya.dev> Date: Fri, 9 Jun 2023 02:06:55 +0000 Subject: [PATCH] community/mercurial: upgrade to 6.4.4 --- community/mercurial/APKBUILD | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/community/mercurial/APKBUILD b/community/mercurial/APKBUILD index 7361490873b7..87b43132e653 100644 --- a/community/mercurial/APKBUILD +++ b/community/mercurial/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=mercurial -pkgver=6.4.3 -pkgrel=1 +pkgver=6.4.4 +pkgrel=0 pkgdesc="Scalable distributed SCM tool" url="https://www.mercurial-scm.org/" arch="all" @@ -36,8 +36,7 @@ subpackages=" source="https://www.mercurial-scm.org/release/mercurial-$pkgver.tar.gz blacklist.txt " -options="net" -options="!check" # a ton of tests fail due to egrep being deprecated and printing a warning +options="net !check" # a ton of tests fail due to egrep being deprecated and printing a warning case "$CARCH" in aarch64|armhf) # around 400 of 919 tests time out @@ -57,7 +56,6 @@ esac # 4.9-r0: # - CVE-2019-3902 - prepare() { default_prepare @@ -129,6 +127,6 @@ lang() { } sha512sums=" -f212558ef3f60f32d8da05dbe47c64d59cfc7cd69718237452567b2c92cc2d0778bc49b9096e9613b8cc7f99da409f95360d07a57818e7626cb633ee03e1c749 mercurial-6.4.3.tar.gz +6b97eaa10d2367dc583160170e74535e2c863ccc02e3d5527467769ce0b2db78a5496a48bad0f812a1bff5a9afec7751eea88edcefb06d052b9632a16da08c0f mercurial-6.4.4.tar.gz b24e1b79ca36ac1d78a5af4e35eb87581f209255838327a7d9315c17175d41bfa4b7f98c66be078cfa1e7d27a41c1a12bba265fa6d3d30edb4e2ba599fe0ed18 blacklist.txt " -- GitLab