diff options
author | Caolán McNamara <caolanm@redhat.com> | 2022-12-29 20:36:07 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2022-12-31 11:12:23 +0000 |
commit | eefa5cb64f97845e80ab23984bb7b516174fa817 (patch) | |
tree | c3d1b50af9ff35401cbdf581d9d3d6b047f83ff4 /download.lst | |
parent | 305c8365b4066a042cd9cbb42a10f1081b5abb2f (diff) |
Related: ofz Use-of-uninitialized-value
Change-Id: I2f6e726f713836295603bf7112371aa4aff2c7c0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/144868
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'download.lst')
-rw-r--r-- | download.lst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/download.lst b/download.lst index de7a832422a0..5eed30c442ec 100644 --- a/download.lst +++ b/download.lst @@ -330,8 +330,8 @@ LIBTOMMATH_TARBALL := ltm-1.0.zip # three static lines # so that git cherry-pick # will not run into conflicts -LIBWEBP_SHA256SUM := 7bf5a8a28cc69bcfa8cb214f2c3095703c6b73ac5fba4d5480c205331d9494df -LIBWEBP_TARBALL := libwebp-1.2.4.tar.gz +LIBWEBP_SHA256SUM := 17fd427d210702a595f08ec619afa2cd3bd323f838ad109666482eac8fff65f0 +LIBWEBP_TARBALL := libwebp-1.3.0-rc1.tar.gz # three static lines # so that git cherry-pick # will not run into conflicts |