diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-03-08 16:17:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-08 16:17:22 +0100 |
commit | fe95b61e529e366ffe317c5bf27ac5f5d10852e8 (patch) | |
tree | 16c5d4b612fe71daa6df348346d5de92fdd5f54a /thirdparty/thorvg/update-thorvg.sh | |
parent | 6046d3babb67117a2d4ad51ccd3f4c6765b2ee9a (diff) | |
parent | f7a809603c4f14b2e05e78385d6f9cdbdfde5072 (diff) |
Merge pull request #58899 from V-Sekai/thorvg-0-8-0
Diffstat (limited to 'thirdparty/thorvg/update-thorvg.sh')
-rwxr-xr-x | thirdparty/thorvg/update-thorvg.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/thirdparty/thorvg/update-thorvg.sh b/thirdparty/thorvg/update-thorvg.sh index ce3d5eed1c..29b5677983 100755 --- a/thirdparty/thorvg/update-thorvg.sh +++ b/thirdparty/thorvg/update-thorvg.sh @@ -1,4 +1,4 @@ -VERSION=0.7.1 +VERSION=0.8.0 rm -rf AUTHORS inc LICENSE src *.zip curl -L -O https://github.com/Samsung/thorvg/archive/refs/tags/v$VERSION.zip bsdtar --strip-components=1 -xvf *.zip |