summaryrefslogtreecommitdiff
path: root/thirdparty/thorvg/update-thorvg.sh
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2022-03-08 16:17:22 +0100
committerGitHub <noreply@github.com>2022-03-08 16:17:22 +0100
commitfe95b61e529e366ffe317c5bf27ac5f5d10852e8 (patch)
tree16c5d4b612fe71daa6df348346d5de92fdd5f54a /thirdparty/thorvg/update-thorvg.sh
parent6046d3babb67117a2d4ad51ccd3f4c6765b2ee9a (diff)
parentf7a809603c4f14b2e05e78385d6f9cdbdfde5072 (diff)
Merge pull request #58899 from V-Sekai/thorvg-0-8-0
Diffstat (limited to 'thirdparty/thorvg/update-thorvg.sh')
-rwxr-xr-xthirdparty/thorvg/update-thorvg.sh2
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