diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-01-31 19:34:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-31 19:34:44 +0100 |
commit | d9eeced58077e34f79e3b2b222f1c3427d84ee06 (patch) | |
tree | 8fc3f8078d89dd9662768f0e63894ba5c3c98603 /thirdparty/thorvg/update-thorvg.sh | |
parent | 7da9e31f66c49e8b705b8a1713a2cf3526ed48c6 (diff) | |
parent | 3382e0304d87fd0b3c6c4da681a14a7cf68a05ea (diff) |
Merge pull request #57435 from AnilBK/thorvg-0.7.1
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 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 |