diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2016-05-16 09:23:47 +0300 |
---|---|---|
committer | Hannu Nyman <hannu.nyman@iki.fi> | 2016-05-16 09:23:47 +0300 |
commit | 78b2c96bc9b47b7d9f3d89a435ce78b8bf704b0c (patch) | |
tree | 29d700e703c2511f86adda986d0b85ebebf9434f | |
parent | 2edb2e36ec662ecd950ebc9fb8e7b8931d9bbb10 (diff) | |
parent | ef1398f8c57883179faf723b5026e2fea28adcec (diff) |
Merge pull request #2698 from andrenarchy/icecast-2.4.3
icecast: update to 2.4.3
-rw-r--r-- | multimedia/icecast/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/icecast/Makefile b/multimedia/icecast/Makefile index fa0f7d24d..ea115f3a9 100644 --- a/multimedia/icecast/Makefile +++ b/multimedia/icecast/Makefile @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=icecast -PKG_VERSION:=2.4.2 +PKG_VERSION:=2.4.3 PKG_RELEASE:=2 PKG_LICENSE:=GPL-2.0 PKG_MAINTAINER:=André Gaul <andre@gaul.io> PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://downloads.xiph.org/releases/icecast/ -PKG_MD5SUM:=55947c83d31dfcbbede58c9521c676f4 +PKG_MD5SUM:=83d7d34dbe22f0f8fc119d2c9839efc0 PKG_FIXUP:=autoreconf |