mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-22 09:21:57 -05:00
Ports/libarchive: Update to 3.7.7
This commit is contained in:
parent
09cf91780a
commit
edeeff8562
2 changed files with 3 additions and 3 deletions
|
@ -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/ |
|
| [`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 |
|
| [`lcms2`](lcms2/) | Small-footprint color management engine | 2.16 | https://github.com/mm2/Little-CMS |
|
||||||
| [`less`](less/) | less | 643 | https://www.greenwoodsoftware.com/less/ |
|
| [`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 |
|
| [`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/ |
|
| [`libatomic_ops`](libatomic_ops/) | libatomic_ops | 7.8.2 | https://www.hboehm.info/gc/ |
|
||||||
| [`libenet`](libenet/) | libenet | 1.3.17 | http://sauerbraten.org/enet/ |
|
| [`libenet`](libenet/) | libenet | 1.3.17 | http://sauerbraten.org/enet/ |
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env -S bash ../.port_include.sh
|
#!/usr/bin/env -S bash ../.port_include.sh
|
||||||
port='libarchive'
|
port='libarchive'
|
||||||
version='3.7.1'
|
version='3.7.7'
|
||||||
useconfigure='true'
|
useconfigure='true'
|
||||||
use_fresh_config_sub='true'
|
use_fresh_config_sub='true'
|
||||||
config_sub_paths=(
|
config_sub_paths=(
|
||||||
|
@ -11,7 +11,7 @@ configopts=(
|
||||||
"--with-sysroot=${SERENITY_INSTALL_ROOT}"
|
"--with-sysroot=${SERENITY_INSTALL_ROOT}"
|
||||||
)
|
)
|
||||||
files=(
|
files=(
|
||||||
"https://libarchive.org/downloads/libarchive-${version}.tar.gz#5d24e40819768f74daf846b99837fc53a3a9dcdf3ce1c2003fe0596db850f0f0"
|
"https://libarchive.org/downloads/libarchive-${version}.tar.gz#4cc540a3e9a1eebdefa1045d2e4184831100667e6d7d5b315bb1cbc951f8ddff"
|
||||||
)
|
)
|
||||||
depends=(
|
depends=(
|
||||||
'pcre'
|
'pcre'
|
||||||
|
|
Loading…
Reference in a new issue