summaryrefslogtreecommitdiffstats
path: root/tools/libdeflate/Makefile
diff options
context:
space:
mode:
authorNick Hainke <vincent@systemli.org>2023-04-06 08:37:50 +0200
committerChristian Marangi <ansuelsmth@gmail.com>2023-04-17 19:04:18 +0200
commit3547862d86a6be1d3cb677774f6cf50748af16a4 (patch)
treec175a4a04267716a07551715a35d36d071c46c9a /tools/libdeflate/Makefile
parent5811db1d0b620b8fd39c85f54554d8ab1ac71833 (diff)
downloadopenwrt-3547862d86a6be1d3cb677774f6cf50748af16a4.tar.gz
openwrt-3547862d86a6be1d3cb677774f6cf50748af16a4.tar.bz2
openwrt-3547862d86a6be1d3cb677774f6cf50748af16a4.zip
tools/libdeflate: update to 1.18
Release Notes: https://github.com/ebiggers/libdeflate/blob/master/NEWS.md#version-118 Signed-off-by: Nick Hainke <vincent@systemli.org>
Diffstat (limited to 'tools/libdeflate/Makefile')
-rw-r--r--tools/libdeflate/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/libdeflate/Makefile b/tools/libdeflate/Makefile
index 53a674440a..e0f348196d 100644
--- a/tools/libdeflate/Makefile
+++ b/tools/libdeflate/Makefile
@@ -7,13 +7,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libdeflate
-PKG_VERSION:=1.17
-PKG_RELEASE:=2
+PKG_VERSION:=1.18
+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:=ee5790cf3140aa6a2e0f0c400d4b32539f13cb270e9357135c51927ba3784dc7
+PKG_MIRROR_HASH:=015cbd33b1382b812f7c035640709186bc5d3d6a0ab177bffa7948f26f64edf9
include $(INCLUDE_DIR)/host-build.mk