diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-04-05 18:36:30 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-04-05 18:38:45 -0300 |
commit | 5013382dd6bc02ba3a3e2069cb1ddd7c7ba7726a (patch) | |
tree | 64b60c213a846e6b3fa6ecfe586b50958ebad751 | |
parent | 1796a34b2f3318ee54f6957f5933d426845e835a (diff) | |
download | aports-5013382dd6bc02ba3a3e2069cb1ddd7c7ba7726a.tar.gz aports-5013382dd6bc02ba3a3e2069cb1ddd7c7ba7726a.tar.bz2 aports-5013382dd6bc02ba3a3e2069cb1ddd7c7ba7726a.tar.xz |
community/libzip: modernize
-rw-r--r-- | community/libzip/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/libzip/APKBUILD b/community/libzip/APKBUILD index 05e0af63702..c2aba690b1a 100644 --- a/community/libzip/APKBUILD +++ b/community/libzip/APKBUILD @@ -14,7 +14,7 @@ subpackages="$pkgname-dev $pkgname-doc $pkgname-tools" source="https://www.nih.at/libzip/libzip-$pkgver.tar.xz" # secfixes: -# 1.3.0: +# 1.3.0-r0: # - CVE-2017-14107 build() { |