[arch-commits] Commit in mercurial/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sat Jun 11 11:28:13 UTC 2016
Date: Saturday, June 11, 2016 @ 13:28:13
Author: arojas
Revision: 269335
Update to 3.8.3
Modified:
mercurial/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-06-11 11:25:51 UTC (rev 269334)
+++ PKGBUILD 2016-06-11 11:28:13 UTC (rev 269335)
@@ -3,18 +3,18 @@
# Contributor: Douglas Soares de Andrade <douglas at archlinux.org>
pkgname=mercurial
-pkgver=3.8.2
+pkgver=3.8.3
pkgrel=1
pkgdesc="A scalable distributed SCM tool"
arch=('i686' 'x86_64')
-url="http://mercurial.selenic.com/"
+url="https://www.mercurial-scm.org/"
license=('GPL')
depends=('python2')
optdepends=('tk: for the hgk GUI')
backup=('etc/mercurial/hgrc')
-source=("http://mercurial.selenic.com/release/${pkgname}-${pkgver}.tar.gz"
+source=("https://www.mercurial-scm.org/release/${pkgname}-${pkgver}.tar.gz"
'mercurial.profile')
-md5sums=('c38daa0cbe264fc621dc3bb05933b0b3'
+md5sums=('97aced7018614eeccc9621a3dea35fda'
'43e1d36564d4c7fbe9a091d3ea370a44')
prepare() {
More information about the arch-commits
mailing list