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

Bump musl version

Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
This commit is contained in:
David Oberhollenzer 2019-08-03 21:34:52 +02:00
parent 2c7e4d8a75
commit 85f1f2e0e2

View file

@ -1,8 +1,8 @@
VERSION="1.1.22" VERSION="1.1.23"
SRCDIR="musl-$VERSION" SRCDIR="musl-$VERSION"
TARBALL="$SRCDIR.tar.gz" TARBALL="$SRCDIR.tar.gz"
URL="https://www.musl-libc.org/releases" URL="https://www.musl-libc.org/releases"
SHA256SUM="8b0941a48d2f980fd7036cfbd24aa1d414f03d9a0652ecbd5ec5c7ff1bee29e3" SHA256SUM="8a0feb41cef26c97dde382c014e68b9bb335c094bbc1356f6edaaf6b79bd14aa"
DEPENDS="tc-gcc1 linux-dev fortify-headers tc-pkgtool" DEPENDS="tc-gcc1 linux-dev fortify-headers tc-pkgtool"
SUBPKG="libc libc-dev" SUBPKG="libc libc-dev"