diff options
author | Daniel Engberg <daniel.engberg.lists@pyret.net> | 2017-07-23 19:30:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-23 19:30:30 +0200 |
commit | f8e4b5a951be946ba3c8bb83221351f659c6dd9e (patch) | |
tree | e63d927bb2ad18b8b759368ab51501f6dbd8ab8d /sound/mpg123 | |
parent | 2fb197ddc9745dd1ee04062648fc1b9374b2079f (diff) |
sound/mpg123: Update to 1.25.3
Update mpg123 to 1.25.3
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Diffstat (limited to 'sound/mpg123')
-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 5b0436c79..751a8fcc3 100644 --- a/sound/mpg123/Makefile +++ b/sound/mpg123/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mpg123 -PKG_VERSION:=1.25.2 +PKG_VERSION:=1.25.3 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=@SF/mpg123 -PKG_HASH:=5314b0fb8ad291bfc79ff4c5c321b971916819a65233ec065434358fcf8aee38 +PKG_HASH:=c24848dd1fcaf6900a2b1f5549996904f75fe6e05de982da655f8c626b375644 PKG_MAINTAINER:=Zoltan HERPAI <wigyori@uid0.hu> PKG_FIXUP:=libtool |