zlib-ng, fix checksum (#6227)

This commit is contained in:
Schrijvers Luc
2021-10-03 18:02:51 +02:00
committed by GitHub
parent c80204b48b
commit 446abc8851

View File

@@ -3,9 +3,9 @@ DESCRIPTION="Zlib replacement with optimizations for next generation systems"
HOMEPAGE="https://github.com/zlib-ng/zlib-ng"
COPYRIGHT="1995-2013 Jean-loup Gailly and Mark Adler"
LICENSE="Zlib"
REVISION="2"
REVISION="1"
SOURCE_URI="https://github.com/zlib-ng/zlib-ng/archive/refs/tags/$portVersion.tar.gz"
CHECKSUM_SHA256="30305bd1551e3454bddf574f9863caf7137dde0fdbd4dcd7094eacfbb23955a0"
CHECKSUM_SHA256="eca3fe72aea7036c31d00ca120493923c4d5b99fe02e6d3322f7c88dbdcd0085"
SOURCE_DIR="zlib-ng-$portVersion"
ARCHITECTURES="all !x86_gcc2 ?ppc"