diff options
author | Ken Herner <kherner@navistone.com> | 2021-09-09 17:17:26 -0400 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2021-09-09 22:57:09 +0100 |
commit | 84f0d2aece24a9ef2c3da6a67193ef82b95c921a (patch) | |
tree | a804037d40b704205f1806ac17f1f48ae9c54a3f /Ports/libarchive | |
parent | f5071e7b2d47bb3df2ef3bac7295200104bc6858 (diff) | |
download | serenity-84f0d2aece24a9ef2c3da6a67193ef82b95c921a.zip |
Ports: Update libarchive to v3.5.2
Updated GPG fingerprint to Martin Matuska's latest public key
Fixes #9921
Diffstat (limited to 'Ports/libarchive')
-rwxr-xr-x | Ports/libarchive/package.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Ports/libarchive/package.sh b/Ports/libarchive/package.sh index 130227f60b..bb0b945238 100755 --- a/Ports/libarchive/package.sh +++ b/Ports/libarchive/package.sh @@ -1,13 +1,13 @@ #!/usr/bin/env -S bash ../.port_include.sh port=libarchive -version=3.5.1 +version=3.5.2 useconfigure=true configopts="--without-xml2" files="https://libarchive.org/downloads/libarchive-${version}.tar.gz libarchive-${version}.tar.gz https://libarchive.org/downloads/libarchive-${version}.tar.gz.asc libarchive-${version}.tar.gz.asc" depends="zlib pcre" auth_type="sig" -auth_import_key="CB55788360B992FA0885C878F040F7196BA99AF4" +auth_import_key="A5A45B12AD92D964B89EEE2DEC560C81CEC2276E" auth_opts="libarchive-${version}.tar.gz.asc libarchive-${version}.tar.gz" export ac_cv_header_regex_h=no |