[libatomic-ops] Update to v7.8.2 (#35728)

This commit is contained in:
Ivan Maidanski 2023-12-19 00:23:35 +03:00 committed by GitHub
parent b72c0c19a0
commit c66d6969d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 3 deletions

View File

@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO ivmai/libatomic_ops REPO ivmai/libatomic_ops
REF "v${VERSION}" REF "v${VERSION}"
SHA512 2b33aaaef0b4ed995044ba818b6acfedf1a70efea419338eece90b3cb453d7dba6ca55cd7fb36dce6143ede511284e75b6e17cd773d8da8f32d7888cb029dfd1 SHA512 6b0ab1c01600346413184f66eaff1f707d1bc46fad9fd52ac855f2c66a55097dfad620c68b898459527142c1eb7ba50fde34498f962f24cec83268500c5bcccb
HEAD_REF master HEAD_REF master
) )

View File

@ -1,6 +1,6 @@
{ {
"name": "libatomic-ops", "name": "libatomic-ops",
"version": "7.8.0", "version": "7.8.2",
"description": "The atomic_ops project (Atomic memory update operations portable implementation)", "description": "The atomic_ops project (Atomic memory update operations portable implementation)",
"homepage": "https://github.com/ivmai/libatomic_ops", "homepage": "https://github.com/ivmai/libatomic_ops",
"license": "MIT OR GPL-2.0-or-later", "license": "MIT OR GPL-2.0-or-later",

View File

@ -4093,7 +4093,7 @@
"port-version": 0 "port-version": 0
}, },
"libatomic-ops": { "libatomic-ops": {
"baseline": "7.8.0", "baseline": "7.8.2",
"port-version": 0 "port-version": 0
}, },
"libavif": { "libavif": {

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "46231da262a01373e326ad31eeb8ac03cecbbeb3",
"version": "7.8.2",
"port-version": 0
},
{ {
"git-tree": "c4a1f1354f550bce6ae190b82bf984c3827937a3", "git-tree": "c4a1f1354f550bce6ae190b82bf984c3827937a3",
"version": "7.8.0", "version": "7.8.0",