Skip to content

Commit

Permalink
Update 2.24.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Starbuck5 committed Mar 19, 2023
1 parent cc12cca commit a59713a
Showing 1 changed file with 4 additions and 4 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://github.com/libsdl-org/SDL/releases/download/release-2.26.3/SDL2-devel-2.26.3-VC.zip',
'37db34d8b06a353e4ecc675dbac2cfc4e8f42b56',
'https://github.com/libsdl-org/SDL/releases/download/release-2.26.4/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.26.3-VC/SDL2-2.26.3'
'SDL2-devel-2.26.4-VC/SDL2-2.26.4'
),
os.path.join(
move_to_dir,
prebuilt_dir,
'SDL2-2.26.3'
'SDL2-2.26.4'
)
)

Expand Down

0 comments on commit a59713a

Please sign in to comment.