aboutsummaryrefslogtreecommitdiff
path: root/utils/gzip
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2019-01-19 22:20:45 -0800
committerGitHub <noreply@github.com>2019-01-19 22:20:45 -0800
commitdb5d6d7a7fe9dbd7b8a6eaafb4c7893438321aec (patch)
tree7be474a26a5a11d69f734573f1c524c308b264d3 /utils/gzip
parentc7315a6acd0ba3ef5c3e6408d2728b2c59c81587 (diff)
gzip: Update to 1.10
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'utils/gzip')
-rw-r--r--utils/gzip/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/gzip/Makefile b/utils/gzip/Makefile
index c8c1ff9ca..532b905a1 100644
--- a/utils/gzip/Makefile
+++ b/utils/gzip/Makefile
@@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=gzip
-PKG_VERSION:=1.9
+PKG_VERSION:=1.10
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@GNU/gzip
-PKG_HASH:=ae506144fc198bd8f81f1f4ad19ce63d5a2d65e42333255977cf1dcf1479089a
+PKG_HASH:=8425ccac99872d544d4310305f915f5ea81e04d0f437ef1a230dc9d1c819d7c0
PKG_LICENSE:=GPL-3.0+
PKG_BUILD_PARALLEL:=1