mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 08:28:59 +08:00
[Thorvg] Update to 0.8.4 (#30440)
* [thorvg] version up v0.8.4 * [thorvg] baseline version
This commit is contained in:
parent
89d6dc6009
commit
10da7d2a4d
@ -1,8 +1,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO Samsung/thorvg
|
||||
REF v0.8.3
|
||||
SHA512 df2662b89e72608bd635ff18e7a56562e046421eb7152f11e9796df8cd0d964e34d1ffdba742a838e46f9a27f3d69ba81fb3e08a3ff3f21eac951476bdc72848
|
||||
REPO thorvg/thorvg
|
||||
REF v0.8.4
|
||||
SHA512 8e885a8c56efb129fb3ab90b9a7b765b84f5f520a9c7a5c92af4ffe61bac1b928165801b64ebc7db77046e1aaf2918ed0ffdf98cb9572dc6d46ed6de3f96b9b7
|
||||
HEAD_REF master
|
||||
PATCHES
|
||||
install-tools.patch
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "thorvg",
|
||||
"version": "0.8.3",
|
||||
"version": "0.8.4",
|
||||
"description": "ThorVG is a platform-independent portable library for drawing vector-based scenes and animations",
|
||||
"homepage": "https://www.thorvg.org",
|
||||
"license": "MIT",
|
||||
|
@ -7781,7 +7781,7 @@
|
||||
"port-version": 6
|
||||
},
|
||||
"thorvg": {
|
||||
"baseline": "0.8.3",
|
||||
"baseline": "0.8.4",
|
||||
"port-version": 0
|
||||
},
|
||||
"threadpool": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "09d722c7f2cb784d571af9a6f46abb83aa907d2b",
|
||||
"version": "0.8.4",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "0ca8e329f991f2fc88a65508cd83401882aac41c",
|
||||
"version": "0.8.3",
|
||||
|
Loading…
Reference in New Issue
Block a user