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

Pierre Schmitz pierre at archlinux.org
Sat Jan 16 13:07:24 UTC 2021


    Date: Saturday, January 16, 2021 @ 13:07:24
  Author: pierre
Revision: 406304

Use more modern checksums

Modified:
  zlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-16 13:06:49 UTC (rev 406303)
+++ PKGBUILD	2021-01-16 13:07:24 UTC (rev 406304)
@@ -11,8 +11,8 @@
 depends=('glibc')
 options=('staticlibs')  # needed by binutils testsuite
 source=("https://zlib.net/zlib-${pkgver}.tar.gz"{,.asc})
-md5sums=('1c9f62f0778697a09d36121ead88e08e'
-         'SKIP')
+sha256sums=('c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1'
+            'SKIP')
 validpgpkeys=('5ED46A6721D365587791E2AA783FCD8E58BCAFBA')
 
 prepare() {



More information about the arch-commits mailing list