[arch-commits] Commit in mercurial/trunk (PKGBUILD)
Christian Hesse
eworm at archlinux.org
Thu Aug 10 18:53:18 UTC 2017
Date: Thursday, August 10, 2017 @ 18:53:17
Author: eworm
Revision: 301850
upgpkg: mercurial 4.2.3-1
* new upstream release, including a fix for CVE-2017-1000116
* verify source by gpg signature
Modified:
mercurial/trunk/PKGBUILD
----------+
PKGBUILD | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-08-10 18:47:44 UTC (rev 301849)
+++ PKGBUILD 2017-08-10 18:53:17 UTC (rev 301850)
@@ -3,7 +3,7 @@
# Contributor: Douglas Soares de Andrade <douglas at archlinux.org>
pkgname=mercurial
-pkgver=4.2.2
+pkgver=4.2.3
pkgrel=1
pkgdesc="A scalable distributed SCM tool"
arch=('i686' 'x86_64')
@@ -12,9 +12,11 @@
depends=('python2')
optdepends=('tk: for the hgk GUI')
backup=('etc/mercurial/hgrc')
-source=("https://www.mercurial-scm.org/release/${pkgname}-${pkgver}.tar.gz"
+validpgpkeys=('2BCCE14F5C6725AA2EA8AEB7B9C9DC824AA5BDD5') # Augie Fackler <raf at durin42.com>
+source=("https://www.mercurial-scm.org/release/${pkgname}-${pkgver}.tar.gz"{,.asc}
'mercurial.profile')
-sha256sums=('b20132dec5ae6d27ee43a133144069895befe09f7e454bfa9e39950a185f0afe'
+sha256sums=('04908fc7d89e5810edf3d2762f5aecce5b5c0cb8534f3dbff7d0d848d11ff7ac'
+ 'SKIP'
'87427151713e689cd87dc50d50c048e0e58285815e4eb61962b50583532cbde5')
prepare() {
More information about the arch-commits
mailing list