diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-07-07 03:58:37 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-07-07 03:58:37 +0000 |
commit | ecc0814f13d77a15db732a279e7bcc143f403683 (patch) | |
tree | 92a57200b161e25a20db8760051501241ee3a418 /extra/mercurial | |
parent | b464c2860e91a60ffce805697b504bfbf7715148 (diff) |
Mon Jul 7 03:55:45 UTC 2014
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 f4d592619..f588860df 100644 --- a/extra/mercurial/PKGBUILD +++ b/extra/mercurial/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 214103 2014-06-03 16:14:00Z giovanni $ +# $Id: PKGBUILD 216559 2014-07-06 06:22:32Z giovanni $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: Douglas Soares de Andrade <douglas@archlinux.org> pkgname=mercurial -pkgver=3.0.1 +pkgver=3.0.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=('15de301a673b77f839325dba10ed4fc0' +md5sums=('c5be4265745a8140fec777a4dfc40e0e' '43e1d36564d4c7fbe9a091d3ea370a44') package() { |