mirror of
https://github.com/pygos/build.git
synced 2024-11-10 13:47:11 +01:00
Bump gawk version
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
This commit is contained in:
parent
e708ec7192
commit
16ce4d5732
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
VERSION="4.2.0"
|
||||
VERSION="4.2.1"
|
||||
SRCDIR="gawk-${VERSION}"
|
||||
TARBALL="${SRCDIR}.tar.xz"
|
||||
URL="https://ftp.gnu.org/gnu/gawk/"
|
||||
SHA256SUM="d4f3cd31c001fd0ed52832d4fbfbdfeaa38ad541c182f80ff8fdf87324a6a9f2"
|
||||
SHA256SUM="d1119785e746d46a8209d28b2de404a57f983aa48670f4e225531d3bdc175551"
|
||||
DEPENDS="toolchain"
|
||||
|
||||
prepare() {
|
||||
|
|
Loading…
Reference in a new issue