Ports/libarchive: Update to 3.7.7

This commit is contained in:
butter1125 2025-01-08 21:48:30 -05:00 committed by Nico Weber
parent 09cf91780a
commit edeeff8562
2 changed files with 3 additions and 3 deletions

View file

@ -139,7 +139,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
| [`lame`](lame/) | LAME Ain't an MP3 Encoder | 3.100 | https://lame.sourceforge.io/ |
| [`lcms2`](lcms2/) | Small-footprint color management engine | 2.16 | https://github.com/mm2/Little-CMS |
| [`less`](less/) | less | 643 | https://www.greenwoodsoftware.com/less/ |
| [`libarchive`](libarchive/) | libarchive | 3.7.1 | https://libarchive.org/ |
| [`libarchive`](libarchive/) | libarchive | 3.7.7 | https://libarchive.org/ |
| [`libassuan`](libassuan/) | libassuan | 2.5.7 | https://gnupg.org/software/libassuan/index.html |
| [`libatomic_ops`](libatomic_ops/) | libatomic_ops | 7.8.2 | https://www.hboehm.info/gc/ |
| [`libenet`](libenet/) | libenet | 1.3.17 | http://sauerbraten.org/enet/ |

View file

@ -1,6 +1,6 @@
#!/usr/bin/env -S bash ../.port_include.sh
port='libarchive'
version='3.7.1'
version='3.7.7'
useconfigure='true'
use_fresh_config_sub='true'
config_sub_paths=(
@ -11,7 +11,7 @@ configopts=(
"--with-sysroot=${SERENITY_INSTALL_ROOT}"
)
files=(
"https://libarchive.org/downloads/libarchive-${version}.tar.gz#5d24e40819768f74daf846b99837fc53a3a9dcdf3ce1c2003fe0596db850f0f0"
"https://libarchive.org/downloads/libarchive-${version}.tar.gz#4cc540a3e9a1eebdefa1045d2e4184831100667e6d7d5b315bb1cbc951f8ddff"
)
depends=(
'pcre'