libzip: 1.7.3 -> 1.8.0

This commit is contained in:
Tim Biermann 2021-06-19 12:46:48 +00:00
parent 9bdad4a91c
commit 10a86aa4e8
3 changed files with 11 additions and 8 deletions

View File

@ -14,8 +14,8 @@ drwxr-xr-x root/root usr/lib/cmake/libzip/
-rw-r--r-- root/root usr/lib/cmake/libzip/libzip-targets-release.cmake
-rw-r--r-- root/root usr/lib/cmake/libzip/libzip-targets.cmake
lrwxrwxrwx root/root usr/lib/libzip.so -> libzip.so.5
lrwxrwxrwx root/root usr/lib/libzip.so.5 -> libzip.so.5.3
-rwxr-xr-x root/root usr/lib/libzip.so.5.3
lrwxrwxrwx root/root usr/lib/libzip.so.5 -> libzip.so.5.4
-rwxr-xr-x root/root usr/lib/libzip.so.5.4
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/libzip.pc
drwxr-xr-x root/root usr/share/
@ -91,6 +91,7 @@ drwxr-xr-x root/root usr/share/man/man3/
-rw-r--r-- root/root usr/share/man/man3/zip_name_locate.3.gz
-rw-r--r-- root/root usr/share/man/man3/zip_open.3.gz
-rw-r--r-- root/root usr/share/man/man3/zip_open_from_source.3.gz
-rw-r--r-- root/root usr/share/man/man3/zip_register_cancel_callback_with_state.3.gz
-rw-r--r-- root/root usr/share/man/man3/zip_register_progress_callback.3.gz
-rw-r--r-- root/root usr/share/man/man3/zip_register_progress_callback_with_state.3.gz
-rw-r--r-- root/root usr/share/man/man3/zip_rename.3.gz
@ -135,6 +136,7 @@ drwxr-xr-x root/root usr/share/man/man3/
-rw-r--r-- root/root usr/share/man/man3/zip_source_win32handle_create.3.gz
-rw-r--r-- root/root usr/share/man/man3/zip_source_win32w.3.gz
-rw-r--r-- root/root usr/share/man/man3/zip_source_win32w_create.3.gz
-rw-r--r-- root/root usr/share/man/man3/zip_source_window.3.gz
-rw-r--r-- root/root usr/share/man/man3/zip_source_write.3.gz
-rw-r--r-- root/root usr/share/man/man3/zip_source_zip.3.gz
-rw-r--r-- root/root usr/share/man/man3/zip_stat.3.gz

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/YYYvyrXXP16xZryVRtcVRZVvu9Hn66egiWQCXh+2/GTK6fxqUaVPeLsKwzkyiEo2sX7+c0DDG/Z4ySTpd9moQQ=
SHA256 (Pkgfile) = 9dcbfd115fa5f0158694111163e4a97bb0b0f1860184cf27edb93f2e28c794b9
SHA256 (.footprint) = 86fea37bfabf24b2837b7206edf0ec3d1727c738d1af172e5fc155c66781d5c7
SHA256 (libzip-1.7.3.tar.xz) = a60473ffdb7b4260c08bfa19c2ccea0438edac11193c3afbbb1f17fbcf6c6132
RWSE3ohX2g5d/ctLoL1LGz0j786vYpvFnNJhOOySHJO1Nls93Q6aMoZmQBhf/6x79xouiaLiHITpsUnSj9bbE4dJnHY/g9+VMgA=
SHA256 (Pkgfile) = d8ebfd215f831dd4cfed55cbeae458e7f004671346f6d8a2e4d9d31d32f754e9
SHA256 (.footprint) = 67355255244d9526dabbccd0244ceeb6418af1d38fba30dad4e61aea37b20404
SHA256 (libzip-1.8.0.tar.xz) = f0763bda24ba947e80430be787c4b068d8b6aa6027a26a19923f0acfa3dac97e

View File

@ -1,10 +1,11 @@
# Description: Library to handle zip files
# URL: https://libzip.org
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: bzip2 cmake openssl xz zlib
# Depends on: cmake
# Optional: ninja
name=libzip
version=1.7.3
version=1.8.0
release=1
source=(https://libzip.org/download/$name-$version.tar.xz)