Skip to content

Commit

Permalink
[thorvg] update to 0.12.10 (#37935)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiayuehua committed Apr 3, 2024
1 parent 207715d commit c5da4ba
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ports/thorvg/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO thorvg/thorvg
REF "v${VERSION}"
SHA512 fb61e46e1a5f62ccff5ee9a1dc65dd37bbbc8c4ce0e3d0c5a4c343001e72f143d9011a25178389a74562e6e7ebf76af1c5cdbc18aec8dc50ef29f7b645c035ac
SHA512 c5ea58960e09d5570a409fb963c83101e6858970937b4be9aedbde65f61dc357e7b5c8d36390d2fcce84b6688901bd6e7b1ec888a67f4b4db3eab56125bbedc0
HEAD_REF master
)

Expand Down
3 changes: 1 addition & 2 deletions ports/thorvg/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "thorvg",
"version": "0.12.9",
"port-version": 1,
"version": "0.12.10",
"description": "ThorVG is a platform-independent portable library for drawing vector-based scenes and animations",
"homepage": "https://www.thorvg.org",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -8589,8 +8589,8 @@
"port-version": 0
},
"thorvg": {
"baseline": "0.12.9",
"port-version": 1
"baseline": "0.12.10",
"port-version": 0
},
"threadpool": {
"baseline": "0.2.5",
Expand Down
5 changes: 5 additions & 0 deletions versions/t-/thorvg.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "ea7519fe64bc99c2bb9c06072a529926ac6c8a7d",
"version": "0.12.10",
"port-version": 0
},
{
"git-tree": "e492f82c734c61b68d7de4e01e962d88f4e7db10",
"version": "0.12.9",
Expand Down

0 comments on commit c5da4ba

Please sign in to comment.