shithub: m8c

Download patch

ref: 45b1ba0b09ae146cb4b117785ed38c979a26141c
parent: 3d909f5bf38b1c6fb00742f82980c03fb8ecd24f
author: laamaa <jonne.kokkonen@gmail.com>
date: Mon Aug 25 05:37:55 EDT 2025

bump SDL3 version to 3.2.20

--- a/.github/workflows/build-ubuntu.yml
+++ b/.github/workflows/build-ubuntu.yml
@@ -1,8 +1,8 @@
 name: m8c linux x64 build
 
 env:
-  SDL_VERSION: 3.2.8
-  SDL_SHA256: "13388fabb361de768ecdf2b65e52bb27d1054cae6ccb6942ba926e378e00db03  SDL3-3.2.8.tar.gz"
+  SDL_VERSION: 3.2.20
+  SDL_SHA256: "467600ae090dd28616fa37369faf4e3143198ff1da37729b552137e47f751a67  SDL3-3.2.20.tar.gz"
 
 on:
   push:
@@ -30,7 +30,7 @@
         id: cache-x86_64-sdl3-files
         uses: actions/cache@v4
         with:
-          path: 'SDL3-3.2.8'
+          path: 'SDL3-3.2.20'
           key: linux-x86_64-sdl3-files
 
       - name: 'Download SDL3 sources'
--- a/.github/workflows/build-windows.yml
+++ b/.github/workflows/build-windows.yml
@@ -20,7 +20,7 @@
         shell: msys2 {0}
     env:
       MINGW_ARCH: ${{ matrix.sys }}
-      SDL_VERSION: 3.2.8
+      SDL_VERSION: 3.2.20
     steps:
 
     - name: 'git config'
@@ -43,7 +43,7 @@
       id: cache-sdl3-files
       uses: actions/cache@v4
       with:
-        path: 'SDL3-3.2.8'
+        path: 'SDL3-3.2.20'
         key: win-sdl3-files-${{ matrix.sys }}
 
     - name: 'Download SDL3 sources'
--