aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-04-06 14:26:23 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-04-06 14:26:23 -0300
commite30587e6d086657c2b20040a01408e6a321fc5fc (patch)
tree2327f637417f4ea78391d671fba629f7153db424
parent0b5b5381b35d2a4bdad66653fb3fb22115f662d4 (diff)
downloadaports-e30587e6d086657c2b20040a01408e6a321fc5fc.tar.bz2
aports-e30587e6d086657c2b20040a01408e6a321fc5fc.tar.xz
main/mercurial: upgrade to 5.3.2
fixes a nasty bug that prevents usage of hg archive as requested in https://lists.alpinelinux.org/~alpine/aports/%3C20200310204748.28104-1-ludovic%40chabant.com%3E#%3Ce0bd0813-eb28-4843-9c9b-d208b6976b68@www.fastmail.com%3E
-rw-r--r--main/mercurial/APKBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/main/mercurial/APKBUILD b/main/mercurial/APKBUILD
index aa1e512553..1eb059d606 100644
--- a/main/mercurial/APKBUILD
+++ b/main/mercurial/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=mercurial
-pkgver=5.3.1
+pkgver=5.3.2
pkgrel=0
pkgdesc="Scalable distributed SCM tool"
url="https://www.mercurial-scm.org"
@@ -22,12 +22,10 @@ source="https://www.mercurial-scm.org/release/mercurial-$pkgver.tar.gz"
# - CVE-2019-3902
build() {
- cd "$builddir"
HGPYTHON3=1 python3 setup.py build
}
package() {
- cd "$builddir"
HGPYTHON3=1 python3 setup.py install --root="$pkgdir"
install -m755 contrib/hgk contrib/hg-ssh hgeditor "$pkgdir"/usr/bin
@@ -67,4 +65,4 @@ bashcomp() {
"$subpkgdir"/usr/share/bash-completion/completions/$pkgname
}
-sha512sums="3bc49ea96cb4ac0e777f667a3243917af495a001534b6b91141fc93b5c47a8eddc84331e1cb0b981fac1bf451dcfc91b8c538134983733466248fdc20afd39c6 mercurial-5.3.1.tar.gz"
+sha512sums="b0afcf82b51676d2e7592eb9b29f9611d59816399166400027b6c8b29c10c9ddc96b57f7913e78f938b1345bb7ac29ecd4ddc793165b7cf192c3c7a95712cc99 mercurial-5.3.2.tar.gz"