comparison src/mpg123.mk @ 6496:710268f976b3

* src/mpg123.mk: update to v1.31.0
author John Donoghue <john.donoghue@ieee.org>
date Sun, 30 Oct 2022 20:02:20 -0400
parents 2040e40ccd53
children bf4a0944be3a
comparison
equal deleted inserted replaced
6495:53ac6c68aabc 6496:710268f976b3
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 := mpg123 4 PKG := mpg123
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 1.30.2 6 $(PKG)_VERSION := 1.31.0
7 $(PKG)_CHECKSUM := 3838b289585a2c02bac3aa5b3963663c3e26fa24 7 $(PKG)_CHECKSUM := 4630ded671fe57474b7153e7ce01bee3135faeb7
8 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
9 $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.bz2 9 $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.bz2
10 $(PKG)_URL := https://$(SOURCEFORGE_MIRROR)/project/mpg123/$(PKG)/$($(PKG)_VERSION)/$($(PKG)_FILE) 10 $(PKG)_URL := https://$(SOURCEFORGE_MIRROR)/project/mpg123/$(PKG)/$($(PKG)_VERSION)/$($(PKG)_FILE)
11 $(PKG)_DEPS := sdl2 11 $(PKG)_DEPS := sdl2
12 12