comparison src/sdl2.mk @ 6378:529995d7afcf

* src/sdl2.mk: update to v2.24.0
author John Donoghue <john.donoghue@ieee.org>
date Wed, 24 Aug 2022 17:01:48 -0400
parents 1473f06fa34e
children 01620066360f
comparison
equal deleted inserted replaced
6377:d6336efdbcd5 6378:529995d7afcf
1 # This file is part of MXE. 1 # This file is part of MXE.
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 PKG := sdl2 4 PKG := sdl2
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 2.0.22 6 $(PKG)_VERSION := 2.24.0
7 $(PKG)_CHECKSUM := 66dd460befa7f4c4664b7591228a3951bbbb19a7 7 $(PKG)_CHECKSUM := 04d7768f4418ba03537ef14a86a0c1c45582f5c3
8 $(PKG)_SUBDIR := SDL2-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := SDL2-$($(PKG)_VERSION)
9 $(PKG)_FILE := SDL2-$($(PKG)_VERSION).tar.gz 9 $(PKG)_FILE := SDL2-$($(PKG)_VERSION).tar.gz
10 $(PKG)_URL := http://www.libsdl.org/release/$($(PKG)_FILE) 10 $(PKG)_URL := http://www.libsdl.org/release/$($(PKG)_FILE)
11 $(PKG)_DEPS := libiconv libsamplerate 11 $(PKG)_DEPS := libiconv libsamplerate
12 12