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.12
This commit is contained in:
parent
cf0798158a
commit
4cf67063c0
Notes:
sideshowbarker
2024-07-17 12:02:05 +09:00
Author: https://github.com/EWouters Commit: https://github.com/SerenityOS/serenity/commit/4cf67063c0 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 3 additions and 3 deletions
|
@ -87,7 +87,7 @@ Please make sure to keep this list up to date when adding and updating ports. :^
|
|||
| [`less`](less/) | less | 590 | https://www.greenwoodsoftware.com/less/ |
|
||||
| [`libarchive`](libarchive/) | libarchive | 3.5.2 | https://libarchive.org/ |
|
||||
| [`libassuan`](libassuan/) | libassuan | 2.5.5 | https://gnupg.org/software/libassuan/index.html |
|
||||
| [`libatomic_ops`](libatomic_ops/) | libatomic\_ops | 7.6.10 | https://www.hboehm.info/gc/ |
|
||||
| [`libatomic_ops`](libatomic_ops/) | libatomic\_ops | 7.6.12 | https://www.hboehm.info/gc/ |
|
||||
| [`libexpat`](libexpat/) | Expat | 2.2.9 | https://libexpat.github.io/ |
|
||||
| [`libffi`](libffi/) | libffi | 3.4.2 | https://www.sourceware.org/libffi/ |
|
||||
| [`libfftw3f`](libfftw3f/) | Fastest Fourier Transform in the West (single precision) | 3.3.10 | https://www.fftw.org/ |
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
|
||||
port=libatomic_ops
|
||||
version=7.6.10
|
||||
version=7.6.12
|
||||
useconfigure=true
|
||||
use_fresh_config_sub=true
|
||||
files="https://www.hboehm.info/gc/gc_source/libatomic_ops-${version}.tar.gz libatomic_ops-${version}.tar.gz 587edf60817f56daf1e1ab38a4b3c729b8e846ff67b4f62a6157183708f099af"
|
||||
files="https://www.hboehm.info/gc/gc_source/libatomic_ops-${version}.tar.gz libatomic_ops-${version}.tar.gz f0ab566e25fce08b560e1feab6a3db01db4a38e5bc687804334ef3920c549f3e"
|
||||
auth_type=sha256
|
||||
|
|
Loading…
Reference in a new issue