mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
Ports/libarchive: Update libarchive to version 3.6.1
This commit is contained in:
parent
6d4fe4fa60
commit
81f1929a6f
Notes:
sideshowbarker
2024-07-17 22:01:16 +09:00
Author: https://github.com/EWouters Commit: https://github.com/SerenityOS/serenity/commit/81f1929a6f Pull-request: https://github.com/SerenityOS/serenity/pull/13395 Reviewed-by: https://github.com/ADKaster Reviewed-by: https://github.com/timschumi
2 changed files with 2 additions and 2 deletions
|
@ -85,7 +85,7 @@ Please make sure to keep this list up to date when adding and updating ports. :^
|
|||
| [`jq`](jq/) | jq | 1.6 | https://stedolan.github.io/jq/ |
|
||||
| [`klong`](klong/) | Klong | 20220315 | https://t3x.org/klong/ |
|
||||
| [`less`](less/) | less | 590 | https://www.greenwoodsoftware.com/less/ |
|
||||
| [`libarchive`](libarchive/) | libarchive | 3.5.2 | https://libarchive.org/ |
|
||||
| [`libarchive`](libarchive/) | libarchive | 3.6.1 | https://libarchive.org/ |
|
||||
| [`libassuan`](libassuan/) | libassuan | 2.5.5 | https://gnupg.org/software/libassuan/index.html |
|
||||
| [`libatomic_ops`](libatomic_ops/) | libatomic\_ops | 7.6.12 | https://www.hboehm.info/gc/ |
|
||||
| [`libexpat`](libexpat/) | Expat | 2.4.8 | https://libexpat.github.io/ |
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port=libarchive
|
||||
version=3.5.2
|
||||
version=3.6.1
|
||||
useconfigure=true
|
||||
use_fresh_config_sub=true
|
||||
config_sub_path=build/autoconf/config.sub
|
||||
|
|
Loading…
Reference in a new issue