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:
parent
84278a4627
commit
c44f8d2f1f
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ VERSION="5.0.1"
|
||||||
SRCDIR="gawk-${VERSION}"
|
SRCDIR="gawk-${VERSION}"
|
||||||
TARBALL="${SRCDIR}.tar.xz"
|
TARBALL="${SRCDIR}.tar.xz"
|
||||||
URL="https://ftp.gnu.org/gnu/gawk/"
|
URL="https://ftp.gnu.org/gnu/gawk/"
|
||||||
SHA256SUM="625bf3718e25a84dc4486135d5cb5388174682362c70107fd13f21572f5603bb"
|
SHA256SUM="8e4e86f04ed789648b66f757329743a0d6dfb5294c3b91b756a474f1ce05a794"
|
||||||
DEPENDS="toolchain"
|
DEPENDS="toolchain"
|
||||||
SUBPKG="gawk gawk-dev"
|
SUBPKG="gawk gawk-dev"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue