[openwrt/openwrt] tools: libdeflate: update to 1.24

LEDE Commits lede-commits at lists.infradead.org
Tue Jun 17 02:23:13 PDT 2025


robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/0bca24493e8f389357556b7ff52270777ee9e0e1

commit 0bca24493e8f389357556b7ff52270777ee9e0e1
Author: Josef Schlehofer <pepe.schlehofer at gmail.com>
AuthorDate: Sun Jun 15 11:46:33 2025 +0200

    tools: libdeflate: update to 1.24
    
    Release notes:
    https://github.com/ebiggers/libdeflate/releases/tag/v1.23
    https://github.com/ebiggers/libdeflate/releases/tag/v1.24
    
    Changelog can be found in NEWS.md in relevant tags.
    
    Signed-off-by: Josef Schlehofer <pepe.schlehofer at gmail.com>
    Link: https://github.com/openwrt/openwrt/pull/19145
    Signed-off-by: Robert Marko <robimarko at gmail.com>
---
 tools/libdeflate/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/libdeflate/Makefile b/tools/libdeflate/Makefile
index 8f7946d90e..ba379dfad8 100644
--- a/tools/libdeflate/Makefile
+++ b/tools/libdeflate/Makefile
@@ -7,12 +7,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=libdeflate
-PKG_VERSION:=1.22
+PKG_VERSION:=1.24
 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:=7834d9adbc9a809e0fb0d7b486060a9ae5f7819eb7f55bb8c22b10d7b3bed8da
+PKG_HASH:=a0dda1c4b804742066db07b9510876edd09cc0ca06cdc32c5dfe1b2016a26463
 
 include $(INCLUDE_DIR)/host-build.mk
 




More information about the lede-commits mailing list