Skip to content

Commit

Permalink
win64-cross: Update SDL2 to 2.30.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mborgerson committed Jun 15, 2024
1 parent 6219080 commit 8ef45cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ubuntu-win64-cross/sdl2.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ PKG := sdl2
$(PKG)_WEBSITE := https://www.libsdl.org/
$(PKG)_DESCR := SDL2
$(PKG)_IGNORE :=
$(PKG)_VERSION := 2.26.2
$(PKG)_VERSION := 2.30.3
$(PKG)_SUBDIR := SDL2-$($(PKG)_VERSION)
$(PKG)_FILE := SDL2-$($(PKG)_VERSION).tar.gz
$(PKG)_CHECKSUM := 95d39bc3de037fbdfa722623737340648de4f180a601b0afad27645d150b99e0
$(PKG)_CHECKSUM := 820440072f8f5b50188c1dae104f2ad25984de268785be40c41a099a510f0aec
$(PKG)_URL := https://github.com/libsdl-org/SDL/releases/download/release-$($(PKG)_VERSION)/$($(PKG)_FILE)
$(PKG)_GH_CONF := libsdl-org/SDL/releases/tag,release-,,
$(PKG)_DEPS := cc libiconv libsamplerate
Expand Down

0 comments on commit 8ef45cc

Please sign in to comment.