mirror of
https://github.com/pygos/build.git
synced 2024-11-05 03:27:10 +01:00
Bump tar version
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
This commit is contained in:
parent
447825b599
commit
bd533c9b93
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
VERSION="1.30"
|
||||
VERSION="1.31"
|
||||
SRCDIR="tar-${VERSION}"
|
||||
TARBALL="${SRCDIR}.tar.xz"
|
||||
URL="https://ftp.gnu.org/gnu/tar/"
|
||||
SHA256SUM="f1bf92dbb1e1ab27911a861ea8dde8208ee774866c46c0bb6ead41f4d1f4d2d3"
|
||||
SHA256SUM="37f3ef1ceebd8b7e1ebf5b8cc6c65bb8ebf002c7d049032bf456860f25ec2dc1"
|
||||
DEPENDS="xz gzip bzip2"
|
||||
|
||||
prepare() {
|
||||
|
|
Loading…
Reference in a new issue