diff options
author | Kenneth Myhra <kennethmyhra@gmail.com> | 2021-07-19 05:56:50 -0700 |
---|---|---|
committer | Gunnar Beutner <gunnar@beutner.name> | 2021-07-19 16:24:15 +0200 |
commit | 777e103908b0e283511d9bfca4234347eeefa894 (patch) | |
tree | 80ffedc135474d2862e06d42cedaf161491d736b /Ports/libarchive/package.sh | |
parent | afb47d1741f22d755c940280b175b5840bbad86a (diff) | |
download | serenity-777e103908b0e283511d9bfca4234347eeefa894.zip |
Ports: Bump libarchive from version 3.4.0 to 3.5.1
Diffstat (limited to 'Ports/libarchive/package.sh')
-rwxr-xr-x | Ports/libarchive/package.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ports/libarchive/package.sh b/Ports/libarchive/package.sh index bc29cfe120..130227f60b 100755 --- a/Ports/libarchive/package.sh +++ b/Ports/libarchive/package.sh @@ -1,6 +1,6 @@ #!/usr/bin/env -S bash ../.port_include.sh port=libarchive -version=3.4.0 +version=3.5.1 useconfigure=true configopts="--without-xml2" files="https://libarchive.org/downloads/libarchive-${version}.tar.gz libarchive-${version}.tar.gz |