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

Christian Hesse eworm at archlinux.org
Fri Jun 30 14:21:13 UTC 2017


    Date: Friday, June 30, 2017 @ 14:21:12
  Author: eworm
Revision: 299435

switch to sha256 checksums

Modified:
  links/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-30 14:11:43 UTC (rev 299434)
+++ PKGBUILD	2017-06-30 14:21:12 UTC (rev 299435)
@@ -15,9 +15,10 @@
 	    'libtiff: for using xlinks'
 	    'libpng: for using xlinks'
 	    'librsvg: for using xlinks')
-source=(http://links.twibright.com/download/${pkgname}-${pkgver}.tar.bz2 links.desktop)
-sha1sums=('0594a7401670e40d71906f1e35eec9aeb82e45f5'
-          'f600e27c2a71184444f7dd07a10230aa44463a02')
+source=("http://links.twibright.com/download/${pkgname}-${pkgver}.tar.bz2"
+        'links.desktop')
+sha256sums=('f70d0678ef1c5550953bdc27b12e72d5de86e53b05dd59b0fc7f07c507f244b8'
+            '484571172aa19cf91c4ce9d9528a4ac52e9252d6e741897e7339880aa30dbc88')
 
 prepare() {
   cd ${pkgname}-${pkgver}



More information about the arch-commits mailing list