comparison src/mpg123.mk @ 6278:548892b9dcbd

* src/mpg123.mk: update to v1.30.0
author John Donoghue <john.donoghue@ieee.org>
date Wed, 29 Jun 2022 11:19:31 -0400
parents 101ada7ce0a8
children 363e70f8bf36
comparison
equal deleted inserted replaced
6277:668b02b0f884 6278:548892b9dcbd
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.29.3 6 $(PKG)_VERSION := 1.30.0
7 $(PKG)_CHECKSUM := ad4e03830d3fc960cbf87641caff4042cc62cea4 7 $(PKG)_CHECKSUM := ef8c5c4e36f820b2648a2a6eecdac60306d8cceb
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