diff options
author | prspkt <prspkt@protonmail.com> | 2018-03-08 00:55:18 +0000 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2018-03-08 22:33:56 +0100 |
commit | 57f4560cc4cb987b16f98ec58cc59d7765fded79 (patch) | |
tree | 4eee8f17b1c2d7eea42bc64fa42ea54b3b6bd157 /main/mercurial | |
parent | a70a7204e9447370ad8de889113b75d46420d7fe (diff) | |
download | aports-57f4560cc4cb987b16f98ec58cc59d7765fded79.tar.bz2 aports-57f4560cc4cb987b16f98ec58cc59d7765fded79.tar.xz |
main/mercurial: upgrade to 4.5.2
Diffstat (limited to 'main/mercurial')
-rw-r--r-- | main/mercurial/APKBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/main/mercurial/APKBUILD b/main/mercurial/APKBUILD index 9984a71730..6cfd816334 100644 --- a/main/mercurial/APKBUILD +++ b/main/mercurial/APKBUILD @@ -1,10 +1,10 @@ # Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=mercurial -pkgver=4.5 +pkgver=4.5.2 pkgrel=0 -pkgdesc="A scalable distributed SCM tool" -url="https://www.mercurial-scm.org/" +pkgdesc="Scalable distributed SCM tool" +url="https://www.mercurial-scm.org" arch="all" license="GPL-2.0-or-later" depends="" @@ -27,6 +27,7 @@ package() { python2 setup.py install --root="$pkgdir" install -m755 contrib/hgk hgeditor "$pkgdir"/usr/bin + local man for man in doc/*.?; do install -Dm644 "$man" \ "$pkgdir"/usr/share/man/man${man##*.}/${man##*/} @@ -62,4 +63,4 @@ bashcomp() { "$subpkgdir"/usr/share/bash-completion/completions/${pkgname} } -sha512sums="5d1192d96432f4d5de6548553260d1a32ffb7786ef5f982485c74a7c389fa55fb3a1f17765ce641a82958c65a29288657aaac9d465b6382913d27e70e0d5c941 mercurial-4.5.tar.gz" +sha512sums="f70e40cba72b7955f0ecec9c1f53ffffac26f206188617cb182e22ce4f43dc8b970ce46d12c516ef88480c3fa076a59afcddd736dffb642d8e23befaf45b4941 mercurial-4.5.2.tar.gz" |