Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package/sdl2/sdl2.hash
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Locally calculated after checking http://www.libsdl.org/release/SDL2-2.30.9.tar.gz.sig
sha256 24b574f71c87a763f50704bbb630cbe38298d544a1f890f099a4696b1d6beba4 SDL2-2.30.9.tar.gz
# Locally calculated after checking http://www.libsdl.org/release/SDL2-2.30.11.tar.gz.sig
sha256 8b8d4aef2038533da814965220f88f77d60dfa0f32685f80ead65e501337da7f SDL2-2.30.11.tar.gz
# Locally calculated
sha256 9b9e1764f06701bcf7ce21e942c682d5921ba0900c6fca760321b1c8837a9662 LICENSE.txt
2 changes: 1 addition & 1 deletion package/sdl2/sdl2.mk
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
################################################################################

# reglinux - bump
SDL2_VERSION = 2.30.9
SDL2_VERSION = 2.30.11
SDL2_SOURCE = SDL2-$(SDL2_VERSION).tar.gz
SDL2_SITE = http://www.libsdl.org/release
SDL2_LICENSE = Zlib
Expand Down