diff options
author | K. S. Ernest (iFire) Lee <ernest.lee@chibifire.com> | 2022-03-08 04:56:23 -0800 |
---|---|---|
committer | K. S. Ernest (iFire) Lee <ernest.lee@chibifire.com> | 2022-03-08 06:30:31 -0800 |
commit | f7a809603c4f14b2e05e78385d6f9cdbdfde5072 (patch) | |
tree | b2ff9fa9e1e86fe817aa8aab115ef12000e6c589 /thirdparty/thorvg/update-thorvg.sh | |
parent | 86b0faf2ec3b76a09e898fcaa7dbfdd56189bed8 (diff) |
ThorVG: Sync with upstream 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 |