1
0
Fork 0
mirror of https://github.com/pygos/build.git synced 2024-11-05 03:27:10 +01:00

Fix gawk package checksum

Accidentally used the one of the gz package instead of the xz package.

Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
This commit is contained in:
David Oberhollenzer 2019-07-07 17:27:51 +02:00
parent 84278a4627
commit c44f8d2f1f

View file

@ -2,7 +2,7 @@ VERSION="5.0.1"
SRCDIR="gawk-${VERSION}"
TARBALL="${SRCDIR}.tar.xz"
URL="https://ftp.gnu.org/gnu/gawk/"
SHA256SUM="625bf3718e25a84dc4486135d5cb5388174682362c70107fd13f21572f5603bb"
SHA256SUM="8e4e86f04ed789648b66f757329743a0d6dfb5294c3b91b756a474f1ce05a794"
DEPENDS="toolchain"
SUBPKG="gawk gawk-dev"