Skip to content

Commit

Permalink
[thorvg] update to 0.14.6
Browse files Browse the repository at this point in the history
  • Loading branch information
hermet committed Aug 20, 2024
1 parent 73964f8 commit c1731ef
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 32 deletions.
4 changes: 1 addition & 3 deletions ports/thorvg/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO thorvg/thorvg
REF "v${VERSION}"
SHA512 428a9e09f9e0d1dffd06862331a892c79b233c022403b4b97418a769e5b0c849146f6920c3ee8733894a73c6641175daf3f92a71b61e2fad99996d1729e0f5a2
SHA512 00c31f82278a12186b6441c10942cc832265bbc5d062d24e7941ef26fee7e770c53330ee6ebf3293f011ce3779eccd0ba3f672e5d2bcc8f150dd958403371b31
HEAD_REF master
PATCHES
revert-mutex.patch
)

if(VCPKG_LIBRARY_LINKAGE STREQUAL "static")
Expand Down
26 changes: 0 additions & 26 deletions ports/thorvg/revert-mutex.patch

This file was deleted.

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.14.3",
"port-version": 1,
"version": "0.14.6",
"description": "ThorVG is a platform-independent portable library for drawing vector-based scenes and animations",
"homepage": "https://www.thorvg.org",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -8769,7 +8769,7 @@
"port-version": 0
},
"thorvg": {
"baseline": "0.14.3",
"baseline": "0.14.6",
"port-version": 1
},
"threadpool": {
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": "08f0109f10a2fb971a3303989fc83b43e59578a1",
"version": "0.14.6",
"port-version": 1
},
{
"git-tree": "3ec8150fa5be495b1134bd23b93674697c16adec",
"version": "0.14.3",
Expand Down

0 comments on commit c1731ef

Please sign in to comment.