diff options
author | André Gaul <andre@gaul.io> | 2015-01-04 19:00:39 +0100 |
---|---|---|
committer | André Gaul <andre@gaul.io> | 2015-01-04 19:00:39 +0100 |
commit | ef0242befa6c9b09b0798f4a9aef1a2c1a378c86 (patch) | |
tree | ad00404d098c733c14784e8905c2d79ac21e0dae /multimedia | |
parent | a393c6b021158ca931de0b894c56c2686a9f008b (diff) |
[icecast] update Makefile to 2.4.1
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/icecast/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/multimedia/icecast/Makefile b/multimedia/icecast/Makefile index 7df8b74fb..796e9bb95 100644 --- a/multimedia/icecast/Makefile +++ b/multimedia/icecast/Makefile @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=icecast -PKG_VERSION:=2.4.0 +PKG_VERSION:=2.4.1 PKG_RELEASE:=1 PKG_LICENSE:=GPL-2.0 -PKG_MAINTAINER:=André Gaul <gaul@web-yard.de> +PKG_MAINTAINER:=André Gaul <andre@gaul.io> PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://downloads.us.xiph.org/releases/icecast/ -PKG_MD5SUM:=bb00bfc0d6d2dde24974641085602b81 +PKG_SOURCE_URL:=http://downloads.xiph.org/releases/icecast/ +PKG_MD5SUM:=b1402712a79734d4720c8fe15fd9fb10 PKG_FIXUP:=autoreconf |