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

Pierre Schmitz pierre at archlinux.org
Sat Jan 16 13:06:50 UTC 2021


    Date: Saturday, January 16, 2021 @ 13:06:49
  Author: pierre
Revision: 406303

Use more modern checksums

Modified:
  xz/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-16 13:05:55 UTC (rev 406302)
+++ PKGBUILD	2021-01-16 13:06:49 UTC (rev 406303)
@@ -10,8 +10,8 @@
 license=('GPL' 'LGPL' 'custom')
 depends=('sh')
 source=("https://tukaani.org/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig})
-md5sums=('0d270c997aff29708c74d53f599ef717'
-         'SKIP')
+sha256sums=('f6f4910fd033078738bd82bfba4f49219d03b17eb0794eb91efbae419f4aba10'
+            'SKIP')
 validpgpkeys=('3690C240CE51B4670D30AD1C38EE757D69184620')
 
 build() {



More information about the arch-commits mailing list