summaryrefslogtreecommitdiff
path: root/thirdparty/thorvg/update-thorvg.sh
diff options
context:
space:
mode:
authorK. S. Ernest (iFire) Lee <ernest.lee@chibifire.com>2022-03-08 04:56:23 -0800
committerK. S. Ernest (iFire) Lee <ernest.lee@chibifire.com>2022-03-08 06:30:31 -0800
commitf7a809603c4f14b2e05e78385d6f9cdbdfde5072 (patch)
treeb2ff9fa9e1e86fe817aa8aab115ef12000e6c589 /thirdparty/thorvg/update-thorvg.sh
parent86b0faf2ec3b76a09e898fcaa7dbfdd56189bed8 (diff)
ThorVG: Sync with upstream 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