diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-02-12 07:22:01 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-02-12 07:23:32 +0100 |
commit | cc98861e54e7c64180268d3a241162c3daaf2322 (patch) | |
tree | 9f6627e3da4364fcd27b3fb100f9e040b7a5df5e /package/tar/Makefile | |
parent | 3c04c63ef9e25107819ba2cceb112c82c2874aa8 (diff) |
tar: update to 1.35
Diffstat (limited to 'package/tar/Makefile')
-rw-r--r-- | package/tar/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/tar/Makefile b/package/tar/Makefile index 57b9d3ad3..7d1bb84c4 100644 --- a/package/tar/Makefile +++ b/package/tar/Makefile @@ -4,9 +4,9 @@ include ${ADK_TOPDIR}/rules.mk PKG_NAME:= tar -PKG_VERSION:= 1.29 +PKG_VERSION:= 1.35 PKG_RELEASE:= 1 -PKG_HASH:= 402dcfd0022fd7a1f2c5611f5c61af1cd84910a760a44a688e18ddbff4e9f024 +PKG_HASH:= 4d62ff37342ec7aed748535323930c7cf94acf71c3591882b26a7ea50f3edc16 PKG_DESCR:= archiving application PKG_SECTION:= app/archive PKG_URL:= http://mirrors.kernel.org/gnu/tar/ |