diff options
Diffstat (limited to 'main/mercurial/APKBUILD')
-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 0499b538c3..88a6c0b5e5 100644 --- a/main/mercurial/APKBUILD +++ b/main/mercurial/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=mercurial -pkgver=2.3.2 +pkgver=2.4 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="6e90450ab3886bc650031e0d9aef367a mercurial-2.3.2.tar.gz" +md5sums="c1fc9bec6951dd3c913092c3c72da014 mercurial-2.4.tar.gz" |