diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2022-10-20 09:33:19 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2022-10-20 09:33:19 +0200 |
commit | 64611662a7fcdf0520e9ead58c1e0237cd509c57 (patch) | |
tree | 1634bd7c5b53ebb61a117c0cc3d935ebb25a5fc7 /package/zlib/Makefile | |
parent | 5e837d8fdb7fc43319c3266758011a498fc443c8 (diff) |
zlib: update to 1.2.13
Diffstat (limited to 'package/zlib/Makefile')
-rw-r--r-- | package/zlib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/zlib/Makefile b/package/zlib/Makefile index 0cb6ba2bf..54a5aaf89 100644 --- a/package/zlib/Makefile +++ b/package/zlib/Makefile @@ -4,9 +4,9 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= zlib -PKG_VERSION:= 1.2.12 +PKG_VERSION:= 1.2.13 PKG_RELEASE:= 1 -PKG_HASH:= 7db46b8d7726232a621befaab4a1c870f00a90805511c0e0090441dac57def18 +PKG_HASH:= d14c38e313afc35a9a8760dadf26042f51ea0f5d154b0630a31da0540107fb98 PKG_DESCR:= implementation of the deflate compression method PKG_SECTION:= libs/comp PKG_URL:= http://www.zlib.net/ |