diff options
author | Anilforextra <anilforextra@gmail.com> | 2022-01-29 21:16:13 +0545 |
---|---|---|
committer | Anilforextra <anilforextra@gmail.com> | 2022-01-31 23:39:25 +0545 |
commit | 3382e0304d87fd0b3c6c4da681a14a7cf68a05ea (patch) | |
tree | 9cc777b72182eeae116ac6136fdb5b661c711a41 /thirdparty/thorvg/update-thorvg.sh | |
parent | 9467350f37089eb3f4ef7de683daba28b0c69dec (diff) |
ThorVG: Sync with upstream 0.7.1
Changes: https://github.com/Samsung/thorvg/releases/tag/v0.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 |