mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 00:50:22 +00:00
Ports/libatomic_ops: Update libatomic_ops to version 7.6.14
This commit is contained in:
parent
c2223eedca
commit
f02c25a03d
Notes:
sideshowbarker
2024-07-16 23:52:10 +09:00
Author: https://github.com/EWouters Commit: https://github.com/SerenityOS/serenity/commit/f02c25a03d Pull-request: https://github.com/SerenityOS/serenity/pull/20901 Reviewed-by: https://github.com/gmta ✅ Reviewed-by: https://github.com/timschumi
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
|
|||
| [`less`](less/) | less | 643 | https://www.greenwoodsoftware.com/less/ |
|
||||
| [`libarchive`](libarchive/) | libarchive | 3.7.1 | https://libarchive.org/ |
|
||||
| [`libassuan`](libassuan/) | libassuan | 2.5.6 | https://gnupg.org/software/libassuan/index.html |
|
||||
| [`libatomic_ops`](libatomic_ops/) | libatomic\_ops | 7.6.12 | https://www.hboehm.info/gc/ |
|
||||
| [`libatomic_ops`](libatomic_ops/) | libatomic\_ops | 7.6.14 | https://www.hboehm.info/gc/ |
|
||||
| [`libenet`](libenet/) | libenet | 1.3.17 | http://sauerbraten.org/enet/ |
|
||||
| [`libexpat`](libexpat/) | Expat | 2.4.8 | https://libexpat.github.io/ |
|
||||
| [`libffi`](libffi/) | libffi | 3.4.2 | https://www.sourceware.org/libffi/ |
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port='libatomic_ops'
|
||||
version='7.6.12'
|
||||
version='7.6.14'
|
||||
useconfigure='true'
|
||||
use_fresh_config_sub='true'
|
||||
files=(
|
||||
"https://www.hboehm.info/gc/gc_source/libatomic_ops-${version}.tar.gz#f0ab566e25fce08b560e1feab6a3db01db4a38e5bc687804334ef3920c549f3e"
|
||||
"https://www.hboehm.info/gc/gc_source/libatomic_ops-${version}.tar.gz#390f244d424714735b7050d056567615b3b8f29008a663c262fb548f1802d292"
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue