summaryrefslogtreecommitdiff
path: root/thirdparty/thorvg/update-thorvg.sh
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2022-01-31 19:34:44 +0100
committerGitHub <noreply@github.com>2022-01-31 19:34:44 +0100
commitd9eeced58077e34f79e3b2b222f1c3427d84ee06 (patch)
tree8fc3f8078d89dd9662768f0e63894ba5c3c98603 /thirdparty/thorvg/update-thorvg.sh
parent7da9e31f66c49e8b705b8a1713a2cf3526ed48c6 (diff)
parent3382e0304d87fd0b3c6c4da681a14a7cf68a05ea (diff)
Merge pull request #57435 from AnilBK/thorvg-0.7.1
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 c200131eba..ce3d5eed1c 100755
--- a/thirdparty/thorvg/update-thorvg.sh
+++ b/thirdparty/thorvg/update-thorvg.sh
@@ -1,4 +1,4 @@
-VERSION=0.7.0
+VERSION=0.7.1
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