summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Hainke2025-11-20 20:34:17 +0000
committerNick Hainke2025-11-22 22:07:46 +0000
commit582d8f0ed71e7722a301001bdae6821285650557 (patch)
treeca216ba789000c1e1e604a22852169e7aaf9fc0e
parentdd8307e61f966bd05820a121bf3669b47439d318 (diff)
downloadopenwrt-582d8f0ed71e7722a301001bdae6821285650557.tar.gz
tools/libdeflate: update to 1.25
Changelog: - Update to v1.25 (2025-10-31): no fixes or improvements, only the build harness maintenance. Link: https://github.com/openwrt/openwrt/pull/20844 Signed-off-by: Nick Hainke <vincent@systemli.org>
-rw-r--r--tools/libdeflate/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/libdeflate/Makefile b/tools/libdeflate/Makefile
index ba379dfad8..c7086e615d 100644
--- a/tools/libdeflate/Makefile
+++ b/tools/libdeflate/Makefile
@@ -7,12 +7,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libdeflate
-PKG_VERSION:=1.24
+PKG_VERSION:=1.25
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://github.com/ebiggers/libdeflate/releases/download/v$(PKG_VERSION)
-PKG_HASH:=a0dda1c4b804742066db07b9510876edd09cc0ca06cdc32c5dfe1b2016a26463
+PKG_HASH:=fed5cd22f00f30cc4c2e5329f94e2b8a901df9fa45ee255cb70e2b0b42344477
include $(INCLUDE_DIR)/host-build.mk