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

Gaëtan Bisson bisson at archlinux.org
Thu Mar 2 00:59:45 UTC 2017


    Date: Thursday, March 2, 2017 @ 00:59:45
  Author: bisson
Revision: 214398

switch to sha256sum

Modified:
  ncdu/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-02 00:59:40 UTC (rev 214397)
+++ PKGBUILD	2017-03-02 00:59:45 UTC (rev 214398)
@@ -13,7 +13,8 @@
 arch=('i686' 'x86_64')
 validpgpkeys=('74460D32B80810EBA9AFA2E962394C698C2739FA')
 source=("https://dev.yorhel.nl/download/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha1sums=('b79b1c44784f334dca74d89a49f49274f14cfeef' 'SKIP')
+sha256sums=('820e4e4747a2a2ec7a2e9f06d2f5a353516362c22496a10a9834f871b877499a'
+            'SKIP')
 
 build() {
 	cd "${srcdir}/${pkgname}-${pkgver}"



More information about the arch-commits mailing list