mirror of
https://github.com/pygos/build.git
synced 2024-11-25 04:20:41 +01:00
Bump tar version
Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
This commit is contained in:
parent
50ec44af01
commit
c52ff65486
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
VERSION="1.31"
|
||||
VERSION="1.32"
|
||||
SRCDIR="tar-${VERSION}"
|
||||
TARBALL="${SRCDIR}.tar.xz"
|
||||
URL="https://ftp.gnu.org/gnu/tar/"
|
||||
SHA256SUM="37f3ef1ceebd8b7e1ebf5b8cc6c65bb8ebf002c7d049032bf456860f25ec2dc1"
|
||||
SHA256SUM="d0d3ae07f103323be809bc3eac0dcc386d52c5262499fe05511ac4788af1fdd8"
|
||||
DEPENDS="toolchain"
|
||||
|
||||
prepare() {
|
||||
|
|
Loading…
Reference in a new issue