diff options
author | RedworkDE <10944644+RedworkDE@users.noreply.github.com> | 2023-04-07 17:44:36 +0200 |
---|---|---|
committer | Yuri Sizov <yuris@humnom.net> | 2023-04-07 17:44:36 +0200 |
commit | 4cc8a689bae5e3fe442a7ddbd962732ebf86a3e7 (patch) | |
tree | 1260e8961e05d5862b899a23d0b733846c0b1768 /thirdparty/thorvg/update-thorvg.sh | |
parent | f8517e1c4b05a0a6e5fbf85884d814145a136244 (diff) |
Update thorvg to 0.8.4
(cherry picked from commit cfed867da1a696692442bd6991449b864707b1d3)
Diffstat (limited to 'thirdparty/thorvg/update-thorvg.sh')
-rwxr-xr-x | thirdparty/thorvg/update-thorvg.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/thirdparty/thorvg/update-thorvg.sh b/thirdparty/thorvg/update-thorvg.sh index 8cccc947ce..34bb3b8e59 100755 --- a/thirdparty/thorvg/update-thorvg.sh +++ b/thirdparty/thorvg/update-thorvg.sh @@ -1,6 +1,6 @@ -VERSION=0.8.3 +VERSION=0.8.4 rm -rf AUTHORS inc LICENSE src *.zip -curl -L -O https://github.com/Samsung/thorvg/archive/v$VERSION.zip +curl -L -O https://github.com/thorvg/thorvg/archive/v$VERSION.zip bsdtar --strip-components=1 -xvf *.zip rm *.zip rm -rf .github docs pc res test tools tvgcompat .git* *.md *.txt wasm_build.sh |