diff options
author | root <root@rshg054.dnsready.net> | 2012-11-07 01:04:45 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-11-07 01:04:45 -0800 |
commit | a8fff09ba6d0f8b78b43e63541b1254763d4f48e (patch) | |
tree | d5ed9796d5aa31b378f4bfed4482b84008e731fa /extra/mercurial | |
parent | 85e0e667660650d70269432a90401d4288776d9d (diff) |
Wed Nov 7 01:04:45 PST 2012
Diffstat (limited to 'extra/mercurial')
-rw-r--r-- | extra/mercurial/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/mercurial/PKGBUILD b/extra/mercurial/PKGBUILD index a5c916b24..7d5e3f18c 100644 --- a/extra/mercurial/PKGBUILD +++ b/extra/mercurial/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 167548 2012-10-02 17:15:26Z giovanni $ +# $Id: PKGBUILD 170371 2012-11-06 17:48:48Z giovanni $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: Douglas Soares de Andrade <douglas@archlinux.org> pkgname=mercurial -pkgver=2.3.2 +pkgver=2.4 pkgrel=1 pkgdesc="A scalable distributed SCM tool" arch=('i686' 'x86_64') @@ -14,7 +14,7 @@ optdepends=('tk: for the hgk GUI') backup=('etc/mercurial/hgrc') source=("http://mercurial.selenic.com/release/${pkgname}-${pkgver}.tar.gz" 'mercurial.profile') -md5sums=('6e90450ab3886bc650031e0d9aef367a' +md5sums=('c1fc9bec6951dd3c913092c3c72da014' '43e1d36564d4c7fbe9a091d3ea370a44') package() { |