diff options
author | Martin Capitanio <capnm@capitanio.org> | 2024-06-08 19:42:09 +0200 |
---|---|---|
committer | Martin Capitanio <capnm@capitanio.org> | 2024-06-08 20:19:53 +0200 |
commit | 18650de06a8500ad553ce00a7a573f623682dfa7 (patch) | |
tree | 5b2db496c76d4fe6f58751c67321b46e547d4b6c /thirdparty/thorvg/update-thorvg.sh | |
parent | 5833f597865c773fae3ee09fc4e31d4a243f812d (diff) | |
download | redot-engine-18650de06a8500ad553ce00a7a573f623682dfa7.tar.gz |
ThorVG: Update to 0.13.7
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 cd1aeadec0..c980b89c4b 100755 --- a/thirdparty/thorvg/update-thorvg.sh +++ b/thirdparty/thorvg/update-thorvg.sh @@ -1,6 +1,6 @@ #!/bin/bash -e -VERSION=0.13.5 +VERSION=0.13.7 cd thirdparty/thorvg/ || true rm -rf AUTHORS LICENSE inc/ src/ *.zip *.tar.gz tmp/ |