Skip to content

Commit

Permalink
Merge pull request pygame#3770 from pygame/win-sdl2.26.4
Browse files Browse the repository at this point in the history
buildconfig: SDL 2.26.4
  • Loading branch information
illume authored Mar 18, 2023
2 parents 538bda4 + 723fde9 commit 68c45c5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
8 changes: 4 additions & 4 deletions buildconfig/download_win_prebuilt.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ def get_urls(x86=True, x64=True):
url_sha1 = []
url_sha1.extend([
[
'https://www.libsdl.org/release/SDL2-devel-2.24.2-VC.zip',
'19b1e9f5bcf700a402bb924c0194c96596283c32',
'https://www.libsdl.org/release/SDL2-devel-2.26.4-VC.zip',
'0dea77fd5ead8c1a2134af3fc256578327e25879',
],
[
'https://www.libsdl.org/projects/SDL_image/release/SDL2_image-devel-2.0.5-VC.zip',
Expand Down Expand Up @@ -234,12 +234,12 @@ def copy(src, dst):
copy(
os.path.join(
temp_dir,
'SDL2-devel-2.24.2-VC/SDL2-2.24.2'
'SDL2-devel-2.26.4-VC/SDL2-2.26.4'
),
os.path.join(
move_to_dir,
prebuilt_dir,
'SDL2-2.24.2'
'SDL2-2.26.4'
)
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -e -x

cd $(dirname `readlink -f "$0"`)

SDL2="SDL2-2.24.2"
SDL2="SDL2-2.26.4"
IMG2="SDL2_image-2.0.5"
TTF2="SDL2_ttf-2.20.1"
MIX2="SDL2_mixer-2.6.2"
Expand Down
3 changes: 1 addition & 2 deletions buildconfig/manylinux-build/docker_base/sdl_libs/sdl2.sha512
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
6f3ce5c4121a17d4e85a087c9010fdff37eb4e381517dc0d64fff955cf7041016aa1f37ac2f14a335bfaac13cb92031431eb31bfa0f00a6827c177b5a671f841 SDL2-2.24.2.tar.gz
138f52a23d796803c450722c8a4db8226214522e99f1e5ae657e2b28eb45abf0c81c9c3df9ab16f1a07d59722ed9415d64dd04332ff040cdfbbc0329f0d05ce4 SDL2-2.26.4.tar.gz
77e743d3f32707e015b290c1379ae3c7d7a3fe265995713267f0d0ec6517de4808f0de9890b5ab28445941af5bc9fbff346620629e0d7d7e9f365262cab05ee7 SDL2_image-2.0.5.tar.gz
16baa9d8b345bf0224538cbfb2ae9fc5d3deea2b454f41a98006c938fe7a65d5a8c84e28a76f98a4dd971c4fe5cf0219d8bf73331cf11f2702e01600eb197658 SDL2_mixer-2.6.2.tar.gz
5745a318583a771dff30421d79c5940bdb0fe2f8908a0192e98a2a80076722ba53f6488e922de5b49e078f0c7d9d358e681886ebc8862d89ca6671b5be471134 SDL2_ttf-2.20.1.tar.gz

0 comments on commit 68c45c5

Please sign in to comment.