diff options
author | Daniel Golle <daniel@makrotopia.org> | 2019-03-10 21:34:28 +0100 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2019-03-10 21:36:28 +0100 |
commit | a18d41996ebfbbed0598d589e8b381d60aac802b (patch) | |
tree | 58e9ca1b16d751a156ba7fb6a078fc82eddd2c06 /tools | |
parent | b04c9a1ffc13ca8199be028162f1eae6a1ed12bd (diff) | |
download | upstream-a18d41996ebfbbed0598d589e8b381d60aac802b.tar.gz upstream-a18d41996ebfbbed0598d589e8b381d60aac802b.tar.bz2 upstream-a18d41996ebfbbed0598d589e8b381d60aac802b.zip |
tools: tar: update to version 1.32
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/tar/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/tar/Makefile b/tools/tar/Makefile index 2565262d4d..d69ee40f01 100644 --- a/tools/tar/Makefile +++ b/tools/tar/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=tar PKG_CPE_ID:=cpe:/a:gnu:tar -PKG_VERSION:=1.31 +PKG_VERSION:=1.32 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@GNU/tar -PKG_HASH:=37f3ef1ceebd8b7e1ebf5b8cc6c65bb8ebf002c7d049032bf456860f25ec2dc1 +PKG_HASH:=d0d3ae07f103323be809bc3eac0dcc386d52c5262499fe05511ac4788af1fdd8 HOST_BUILD_PARALLEL:=1 |