diff options
author | root <root@rshg054.dnsready.net> | 2012-09-06 00:03:30 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-09-06 00:03:30 +0000 |
commit | af549d0243764531309fa94b1f5cee58982c496a (patch) | |
tree | afb2851caf91700e83c4062a9e77c6a92fe0326b /extra/mercurial | |
parent | 58f5e0b164b5f4c9af61b2e42bd10c85f28b9bed (diff) |
Thu Sep 6 00:03:29 UTC 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 c5ab2c39f..527f2d9d9 100644 --- a/extra/mercurial/PKGBUILD +++ b/extra/mercurial/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 164703 2012-08-03 16:21:32Z giovanni $ +# $Id: PKGBUILD 166022 2012-09-04 11:54:18Z giovanni $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: Douglas Soares de Andrade <douglas@archlinux.org> pkgname=mercurial -pkgver=2.3 +pkgver=2.3.1 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=('8d9f776e432239571dfab2b5f88b3675' +md5sums=('22a46a3ae64a5d625f068e588b4d6ec2' '43e1d36564d4c7fbe9a091d3ea370a44') package() { |