comparison src/sdl2.mk @ 6746:16da1bf07352

* src/sdl2.mk: update to v2.28.0
author John Donoghue <john.donoghue@ieee.org>
date Wed, 21 Jun 2023 10:36:26 -0400
parents 2ebba52fd06d
children 24ba33b77963
comparison
equal deleted inserted replaced
6745:9d08bc7630c8 6746:16da1bf07352
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.26.5 6 $(PKG)_VERSION := 2.28.0
7 $(PKG)_CHECKSUM := ca5d89edc537fd819eddab1f1a86f61e45fcb68b 7 $(PKG)_CHECKSUM := f7a9d683c59103946f99abaa9096f7bc3b5e7fda
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