[arch-commits] Commit in rcs/trunk (PKGBUILD)

Gaëtan Bisson bisson at archlinux.org
Thu Mar 2 01:35:16 UTC 2017


    Date: Thursday, March 2, 2017 @ 01:35:15
  Author: bisson
Revision: 289833

switch to sha256sum

Modified:
  rcs/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-02 01:35:11 UTC (rev 289832)
+++ PKGBUILD	2017-03-02 01:35:15 UTC (rev 289833)
@@ -12,7 +12,8 @@
 depends=('ed')
 validpgpkeys=('748EA0E81CB8A7489BFA6CE4670322244C807502')
 source=("ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha1sums=('e87fb2e587fa165204ef69f69b7d5cd354c4e44d' 'SKIP')
+sha256sums=('063d5a0d7da1821754b80c639cdae2c82b535c8ff4131f75dc7bbf0cd63a5dff'
+            'SKIP')
 
 build() {
 	cd "${srcdir}/${pkgname}-${pkgver}"



More information about the arch-commits mailing list