diff options
author | root <root@rshg054.dnsready.net> | 2012-10-03 01:32:13 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-10-03 01:32:13 -0700 |
commit | 1350233b6dc1924ba29a42462447995f26dae0dc (patch) | |
tree | 5dfb3384023621f023e449f02df1f035a9b45170 /extra/mercurial | |
parent | 941550cbc215d608bd18439f99500b74fbb80f0d (diff) |
Wed Oct 3 01:31:01 PDT 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 527f2d9d9..a5c916b24 100644 --- a/extra/mercurial/PKGBUILD +++ b/extra/mercurial/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 166022 2012-09-04 11:54:18Z giovanni $ +# $Id: PKGBUILD 167548 2012-10-02 17:15:26Z giovanni $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: Douglas Soares de Andrade <douglas@archlinux.org> pkgname=mercurial -pkgver=2.3.1 +pkgver=2.3.2 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=('22a46a3ae64a5d625f068e588b4d6ec2' +md5sums=('6e90450ab3886bc650031e0d9aef367a' '43e1d36564d4c7fbe9a091d3ea370a44') package() { |