From c26eabb23948d3bf18bc08a6f12e0a7956be9f27 Mon Sep 17 00:00:00 2001 From: rinechran Date: Tue, 17 Dec 2024 00:34:28 +0900 Subject: [PATCH] [Thorvg] update v0.15.6 (#42672) --- ports/thorvg/portfile.cmake | 2 +- ports/thorvg/vcpkg.json | 2 +- versions/baseline.json | 2 +- versions/t-/thorvg.json | 5 +++++ 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ports/thorvg/portfile.cmake b/ports/thorvg/portfile.cmake index c650fa268a..eed3b459d5 100644 --- a/ports/thorvg/portfile.cmake +++ b/ports/thorvg/portfile.cmake @@ -2,7 +2,7 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO thorvg/thorvg REF "v${VERSION}" - SHA512 29e6bae24e244ff62569363b5fce894a8b23775d40487b05dde96fa184fe37c1c70c0b28275467103f3bf10362be5b105b1fdc89ece6d8f840171fedd3b7e6ac + SHA512 e81dd47a48772653598f647c6f625e9072e2d70641185c969679db92b34a23738b1bb57360ee44bf97fd39b25b14d59805b981c7e8a6efb9b920d551638dcc5f HEAD_REF master ) diff --git a/ports/thorvg/vcpkg.json b/ports/thorvg/vcpkg.json index 029069af8e..49ceae4a44 100644 --- a/ports/thorvg/vcpkg.json +++ b/ports/thorvg/vcpkg.json @@ -1,6 +1,6 @@ { "name": "thorvg", - "version": "0.15.3", + "version": "0.15.6", "description": "ThorVG is a platform-independent portable library for drawing vector-based scenes and animations", "homepage": "https://www.thorvg.org", "license": "MIT", diff --git a/versions/baseline.json b/versions/baseline.json index f50decbd36..b54f632aa2 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -8925,7 +8925,7 @@ "port-version": 0 }, "thorvg": { - "baseline": "0.15.3", + "baseline": "0.15.6", "port-version": 0 }, "threadpool": { diff --git a/versions/t-/thorvg.json b/versions/t-/thorvg.json index c829e0d80e..cfca4ab4da 100644 --- a/versions/t-/thorvg.json +++ b/versions/t-/thorvg.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "666b61a993b2709d807638e6661385d523f09ba4", + "version": "0.15.6", + "port-version": 0 + }, { "git-tree": "4060d235a88ccf783ec649cd2f1303d0ee5240c0", "version": "0.15.3",