diff options
| author | Nick Hainke | 2024-01-29 18:09:56 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2026-02-07 17:15:49 +0000 |
| commit | 4e5e2076e12ef5301f63a5310661e62631f494aa (patch) | |
| tree | 0fcd0253e7105923eeb5765302c1301636a34b46 | |
| parent | 4286bd30f403c93187b87d8cbcad5674aeb6f2cf (diff) | |
| download | openwrt-4e5e2076e12ef5301f63a5310661e62631f494aa.tar.gz | |
tools/zlib: update to 1.3.1
Release Notes:
https://github.com/madler/zlib/releases/tag/v1.3.1
Signed-off-by: Nick Hainke <vincent@systemli.org>
(cherry picked from commit 25080a95dccff758643bca5cc60fec304f872141)
Link: https://github.com/openwrt/openwrt/pull/21040
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | tools/zlib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/zlib/Makefile b/tools/zlib/Makefile index efe01b6338..49262ff990 100644 --- a/tools/zlib/Makefile +++ b/tools/zlib/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=zlib -PKG_VERSION:=1.3 +PKG_VERSION:=1.3.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://github.com/madler/zlib/releases/download/v$(PKG_VERSION) -PKG_HASH:=8a9ba2898e1d0d774eca6ba5b4627a11e5588ba85c8851336eb38de4683050a7 +PKG_HASH:=38ef96b8dfe510d42707d9c781877914792541133e1870841463bfa73f883e32 PKG_LICENSE:=Zlib PKG_LICENSE_FILES:=README |