aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorOlliver Schinagl <oliver@schinagl.nl>2023-01-15 15:28:59 +0100
committerOlliver Schinagl <oliver@schinagl.nl>2023-01-17 20:55:18 +0100
commit9a59bf35281a89e2a783127f16647d4fc07fcf7a (patch)
tree0a289623af8e4d0e054aa9df84b87654535ce90f /tools
parent92feae64eb8d3a315fb0aa311b3fac9818a51505 (diff)
downloadupstream-9a59bf35281a89e2a783127f16647d4fc07fcf7a.tar.gz
upstream-9a59bf35281a89e2a783127f16647d4fc07fcf7a.tar.bz2
upstream-9a59bf35281a89e2a783127f16647d4fc07fcf7a.zip
libdeflate: Update to v1.17
The new version of libdeflate makes it a little easier to build it without any build system. Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
Diffstat (limited to 'tools')
-rw-r--r--tools/libdeflate/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/libdeflate/Makefile b/tools/libdeflate/Makefile
index d30a8ca674..53137e2dab 100644
--- a/tools/libdeflate/Makefile
+++ b/tools/libdeflate/Makefile
@@ -7,13 +7,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libdeflate
-PKG_VERSION:=1.15
+PKG_VERSION:=1.17
PKG_RELEASE:=1
PKG_SOURCE_URL:=https://github.com/ebiggers/libdeflate.git
PKG_SOURCE_PROTO:=git
PKG_SOURCE_VERSION:=v$(PKG_VERSION)
-PKG_MIRROR_HASH:=122feff4543541b547dc89e832adf262c81911ae1acbccdc591f0353a85b600a
+PKG_MIRROR_HASH:=ee5790cf3140aa6a2e0f0c400d4b32539f13cb270e9357135c51927ba3784dc7
include $(INCLUDE_DIR)/host-build.mk
include $(INCLUDE_DIR)/cmake.mk
@@ -23,7 +23,7 @@ define Host/Install
$(LN) libdeflate-gzip $(STAGING_DIR_HOST)/bin/libdeflate-gunzip
endef
-define Host/Clean
+define Host/Uninstall
rm -f $(STAGING_DIR_HOST)/bin/libdeflate-gzip
rm -f $(STAGING_DIR_HOST)/bin/libdeflate-gunzip
endef