diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-10-20 13:03:51 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-10-20 18:24:40 +0200 |
commit | 6ae257e3fc7f07daab1ad8614f934f9027b0a604 (patch) | |
tree | 125158b76e9558385d5576d9d93a4bd2aa119cc0 /bin | |
parent | f138cc8fff47c4bb4fc361698bc788dd360a7dd7 (diff) |
upgrade glm to 0.0.9.9.8
Change-Id: I39ca17984cc03de815386343b2f4c4fffd5c861e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123891
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/oss-fuzz-setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/oss-fuzz-setup.sh b/bin/oss-fuzz-setup.sh index 8eb1313937d4..1ba6f10ab5f7 100755 --- a/bin/oss-fuzz-setup.sh +++ b/bin/oss-fuzz-setup.sh @@ -55,7 +55,7 @@ curl --no-progress-meter -S \ -C - -O https://dev-www.libreoffice.org/src/language-subtag-registry-2021-08-06.tar.bz2 \ -C - -O https://dev-www.libreoffice.org/src/graphite2-minimal-1.3.14.tgz \ -C - -O https://dev-www.libreoffice.org/src/harfbuzz-2.8.2.tar.xz \ - -C - -O https://dev-www.libreoffice.org/src/glm-0.9.9.7.zip \ + -C - -O https://dev-www.libreoffice.org/src/glm-0.9.9.8.zip \ -C - -O https://dev-www.libreoffice.org/src/icu4c-69_1-src.tgz \ -C - -O https://dev-www.libreoffice.org/src/icu4c-69_1-data.zip \ -C - -O https://dev-www.libreoffice.org/src/libxml2-2.9.12.tar.gz \ |