download.lst |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit bb8fb01dde1ccb29a8b3537e585b102413d9bfb0
Author:     Noel Grandin <noelgran...@collabora.co.uk>
AuthorDate: Mon Oct 7 12:01:41 2024 +0200
Commit:     Noel Grandin <noel.gran...@collabora.co.uk>
CommitDate: Mon Oct 7 13:19:59 2024 +0200

    fix skia m117 sha value
    
    so I messed up and uploaded skia m117 twice. But now there are two
    copies of skia m117 in various CDN caches, with different sha256
    output (no idea how that happened).
    
    So upload a THIRD COPY with a new name, and then I can fix the
    sha256 value in download.lst in a way that doesn't break the build for
    someone.
    
    Change-Id: I297ff4d9fa3a0edd902c85f2d674950945249a5e
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/174590
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk>

diff --git a/download.lst b/download.lst
index c225475929bd..b66b22100db0 100644
--- a/download.lst
+++ b/download.lst
@@ -626,8 +626,8 @@ RHINO_TARBALL := rhino-1.7.15.zip
 # three static lines
 # so that git cherry-pick
 # will not run into conflicts
-SKIA_SHA256SUM := 
7bf553d5d10c97ccbcbe4559178658725ba5486d3d1fec5112fe1b2036a5633f
-SKIA_TARBALL := skia-m117-817237a3bd19b2a205b038cd09af1cdc4b53fecc.tar.xz
+SKIA_SHA256SUM := 
cd5cefdd5fe8a7739dab6e622fd47a794ea312b71d35a25089fba4ea892072b6
+SKIA_TARBALL := skia-m117a-817237a3bd19b2a205b038cd09af1cdc4b53fecc.tar.xz
 # three static lines
 # so that git cherry-pick
 # will not run into conflicts

Reply via email to