diff options
author | Daniel Engberg <daniel.engberg.lists@pyret.net> | 2018-04-29 18:03:07 +0200 |
---|---|---|
committer | Daniel Engberg <daniel.engberg.lists@pyret.net> | 2018-04-29 18:19:08 +0200 |
commit | 3ea5fe2c79c9888ba4b55c4f6813da758af2a23d (patch) | |
tree | 603e75f9df9a63bd2a78e3bf30466208f02c0c20 /sound | |
parent | 55f946f41e23614005d8746131653be82c8fecb7 (diff) |
mpg123: Update to 1.25.10
Update mpg123 to 1.25.10
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/mpg123/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/mpg123/Makefile b/sound/mpg123/Makefile index 20790c53b..3218b2e95 100644 --- a/sound/mpg123/Makefile +++ b/sound/mpg123/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mpg123 -PKG_VERSION:=1.25.8 +PKG_VERSION:=1.25.10 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=@SF/mpg123 -PKG_HASH:=79da51efae011814491f07c95cb5e46de0476aca7a0bf240ba61cfc27af8499b +PKG_HASH:=6c1337aee2e4bf993299851c70b7db11faec785303cfca3a5c3eb5f329ba7023 PKG_MAINTAINER:=Zoltan HERPAI <wigyori@uid0.hu> PKG_FIXUP:=libtool |