diff options
author | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2013-01-07 21:17:04 +0100 |
---|---|---|
committer | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2013-01-07 21:17:04 +0100 |
commit | cdf268d584d1fd07504ca323875e1567236a485a (patch) | |
tree | 1f3b7e1d6bbd4c6f61ecbf67c38156b03478c89b | |
parent | 18c7d802bdfe82d45d225dcc7999a4f377f127d7 (diff) | |
download | aports-cdf268d584d1fd07504ca323875e1567236a485a.tar.bz2 aports-cdf268d584d1fd07504ca323875e1567236a485a.tar.xz |
main/mercurial: upgrade to 2.4.2
-rw-r--r-- | main/mercurial/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/mercurial/APKBUILD b/main/mercurial/APKBUILD index f3ac9f3572..da2271c411 100644 --- a/main/mercurial/APKBUILD +++ b/main/mercurial/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=mercurial -pkgver=2.4.1 +pkgver=2.4.2 pkgrel=0 pkgdesc="A scalable distributed SCM tool" url="http://www.selenic.com/mercurial" @@ -31,4 +31,4 @@ package() { install -Dm644 contrib/vim/HGAnnotate.vim \ "${vimpath}/syntax/HGAnnotate.vim" || return 1 } -md5sums="31b328679951158a05f22c3323644b51 mercurial-2.4.1.tar.gz" +md5sums="ffae81c0366c13ae852e9fdc26fc3690 mercurial-2.4.2.tar.gz" |