mirror of
https://github.com/openwrt/video.git
synced 2026-07-12 22:44:52 +04:00
sdl2-mixer: update to version 2.8.2
Stay on the SDL2 line (libSDL2_mixer), now built against the sdl2-compat layer. 2.8.2 is the current latest SDL2-targeting SDL_mixer release; the SDL3-native line is packaged separately as sdl3-mixer. https://github.com/libsdl-org/SDL_mixer/releases/tag/release-2.8.2 Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=sdl2-mixer
|
||||
PKG_VERSION:=2.8.1
|
||||
PKG_VERSION:=2.8.2
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=SDL2_mixer-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://codeload.github.com/libsdl-org/SDL_mixer/tar.gz/release-$(PKG_VERSION)?
|
||||
PKG_HASH:=63804b4b2ba503865c0853f102231aeff489b1dfc6dea4750a69e2a8ef54b2bb
|
||||
PKG_HASH:=bcd36dc5df23f2a8a89ea518a323dcdde0e296bdcd9b3427d933c21165ca42ce
|
||||
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/SDL_mixer-release-$(PKG_VERSION)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user