diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2022-05-15 11:45:42 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2022-05-15 11:45:42 +0200 |
commit | 154d0812120de761683949ed88ff0166d97a4dbe (patch) | |
tree | 0333e669eeea7ddc0d68111d6bcaf2d8875ff47c /thirdparty/thorvg/update-thorvg.sh | |
parent | a38aafca3e25a5a2b7da497f0dd4baa9d5423605 (diff) | |
download | redot-engine-154d0812120de761683949ed88ff0166d97a4dbe.tar.gz |
thorvg: Sync with upstream 0.8.1
And backport fix for FreeBSD support.
Fixes #60003.
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 29b5677983..77badb8b60 100755 --- a/thirdparty/thorvg/update-thorvg.sh +++ b/thirdparty/thorvg/update-thorvg.sh @@ -1,4 +1,4 @@ -VERSION=0.8.0 +VERSION=0.8.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 |