diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2024-06-20 09:43:02 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2024-06-20 09:43:02 +0200 |
commit | e94df6f5355dc89fa822c698cdf7aa8c4cc050c2 (patch) | |
tree | 0045671e4df6709221201e5d0d1b583c449d8c80 /thirdparty/thorvg/update-thorvg.sh | |
parent | b75f0485ba15951b87f1d9a2d8dd0fcd55e178e4 (diff) | |
download | redot-engine-e94df6f5355dc89fa822c698cdf7aa8c4cc050c2.tar.gz |
thorvg: Update to 0.13.8
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 c0034ba888..663d685d01 100755 --- a/thirdparty/thorvg/update-thorvg.sh +++ b/thirdparty/thorvg/update-thorvg.sh @@ -1,6 +1,6 @@ #!/bin/bash -e -VERSION=0.13.7 +VERSION=0.13.8 cd thirdparty/thorvg/ || true rm -rf AUTHORS LICENSE inc/ src/ *.zip *.tar.gz tmp/ |