comparison src/sdl2_mixer.mk @ 6381:d9b1080bf7d7

* src/sdl2_mixer.mk: update to v2.6.2
author John Donoghue <john.donoghue@ieee.org>
date Thu, 25 Aug 2022 07:38:52 -0400
parents b8537b07f47d
children 9d23e40180a2
comparison
equal deleted inserted replaced
6380:9c1bccb4435e 6381:d9b1080bf7d7
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_mixer 4 PKG := sdl2_mixer
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 2.6.1 6 $(PKG)_VERSION := 2.6.2
7 $(PKG)_CHECKSUM := 00b4f7cb879fb3e4830e94826cfc5676e2f67696 7 $(PKG)_CHECKSUM := 036fc7839a6b8dc1af3dbfed4e2531224bbacdd7
8 $(PKG)_SUBDIR := SDL2_mixer-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := SDL2_mixer-$($(PKG)_VERSION)
9 $(PKG)_FILE := SDL2_mixer-$($(PKG)_VERSION).tar.gz 9 $(PKG)_FILE := SDL2_mixer-$($(PKG)_VERSION).tar.gz
10 $(PKG)_URL := https://github.com/libsdl-org/SDL_mixer/releases/download/release-$($(PKG)_VERSION)/$($(PKG)_FILE) 10 $(PKG)_URL := https://github.com/libsdl-org/SDL_mixer/releases/download/release-$($(PKG)_VERSION)/$($(PKG)_FILE)
11 $(PKG)_DEPS := sdl2 mpg123 ogg opusfile vorbis 11 $(PKG)_DEPS := sdl2 mpg123 ogg opusfile vorbis
12 12