diff options
author | J0WI <J0WI@users.noreply.github.com> | 2022-10-13 23:54:41 +0200 |
---|---|---|
committer | J0WI <J0WI@users.noreply.github.com> | 2022-10-13 23:54:41 +0200 |
commit | b8c516ead5f0a4ab0a4a9b95848f3519dc7340ab (patch) | |
tree | 68f59813aa704082cefaf0f3d93fe95fcb1fcdee | |
parent | bb37266b06a72d21d1fd850ef4b86665cf9ef70f (diff) | |
download | aports-b8c516ead5f0a4ab0a4a9b95848f3519dc7340ab.tar.gz aports-b8c516ead5f0a4ab0a4a9b95848f3519dc7340ab.tar.bz2 aports-b8c516ead5f0a4ab0a4a9b95848f3519dc7340ab.tar.xz |
community/minizip: upgrade to 1.2.13
-rw-r--r-- | community/minizip/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/minizip/APKBUILD b/community/minizip/APKBUILD index 890130c3a3..42e5a30694 100644 --- a/community/minizip/APKBUILD +++ b/community/minizip/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=minizip -pkgver=1.2.12 +pkgver=1.2.13 pkgrel=0 pkgdesc="a library for manipulation with files from .zip archives" arch="all" @@ -35,6 +35,6 @@ package() { } sha512sums=" -12940e81e988f7661da52fa20bdc333314ae86a621fdb748804a20840b065a1d6d984430f2d41f3a057de0effc6ff9bcf42f9ee9510b88219085f59cbbd082bd zlib-1.2.12.tar.xz +9e7ac71a1824855ae526506883e439456b74ac0b811d54e94f6908249ba8719bec4c8d7672903c5280658b26cb6b5e93ecaaafe5cdc2980c760fa196773f0725 zlib-1.2.13.tar.xz d325818f4674c7aff9e97a6446b01197d89149803b1994441fdcdbdd216206184085cb841bac73dd87472c386335b07283a28cbf852766acd99d55c63f32112d zlib-1.2.8-minizip-include.patch " |