[Thorvg] Update Thorvg port to v0.13.2 (#38448)

- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md)
- [ ] SHA512s are updated for each updated download
- [ ] The "supports" clause reflects platforms that may be fixed by this
new version
- [ ] Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.
- [ ] Any patches that are no longer applied are deleted from the port's
directory.
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.
This commit is contained in:
rinechran 2024-04-29 22:07:20 +09:00 коммит произвёл GitHub
Родитель 835a0dd483
Коммит b58e6d217f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
4 изменённых файлов: 8 добавлений и 3 удалений

Просмотреть файл

@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO thorvg/thorvg
REF "v${VERSION}"
SHA512 2bc5f34ecdf988b755a8efc40dccebdedfa039164d6e23f0560aaa361ed3994620af4d5ab9d66377544b07a1eca4eaebdae8b7761d234da4c4b43075ca9aebb2
SHA512 c999789d828dc7d695db72486b85e50f30b5f3f0e583ce0302b24118d733a4baa2c58af4d8e122fd69aba7ad5fe678185a26954b68ffdb5e3e1a31c69072e798
HEAD_REF master
)

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "thorvg",
"version": "0.13.1",
"version": "0.13.2",
"description": "ThorVG is a platform-independent portable library for drawing vector-based scenes and animations",
"homepage": "https://www.thorvg.org",
"license": "MIT",

Просмотреть файл

@ -8613,7 +8613,7 @@
"port-version": 0
},
"thorvg": {
"baseline": "0.13.1",
"baseline": "0.13.2",
"port-version": 0
},
"threadpool": {

Просмотреть файл

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "af489e2c5bbfe72ec76d833704efb520277951d3",
"version": "0.13.2",
"port-version": 0
},
{
"git-tree": "ff74a95dc13702754581b945fd22d61e539419a0",
"version": "0.13.1",