comparison src/sdl2.mk @ 6501:4174ef9ac11a

* src/sdl2.mk: update to v2.24.2
author John Donoghue <john.donoghue@ieee.org>
date Thu, 03 Nov 2022 16:24:00 -0400
parents 01620066360f
children 36f67a5ce906
comparison
equal deleted inserted replaced
6500:e7a2c2d2b163 6501:4174ef9ac11a
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.24.1 6 $(PKG)_VERSION := 2.24.2
7 $(PKG)_CHECKSUM := 6d48fa72f8ba46363ef205b005b4d14a69ffeac1 7 $(PKG)_CHECKSUM := 828974badaf1f16f8e3ebe84fb6f7e5d793c1e47
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