|
@@ -8,14 +8,14 @@
|
8
|
8
|
include $(TOPDIR)/rules.mk
|
9
|
9
|
|
10
|
10
|
PKG_NAME:=icecast
|
11
|
|
-PKG_VERSION:=2.4.0
|
|
11
|
+PKG_VERSION:=2.4.1
|
12
|
12
|
PKG_RELEASE:=1
|
13
|
13
|
PKG_LICENSE:=GPL-2.0
|
14
|
|
-PKG_MAINTAINER:=André Gaul <gaul@web-yard.de>
|
|
14
|
+PKG_MAINTAINER:=André Gaul <andre@gaul.io>
|
15
|
15
|
|
16
|
16
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
17
|
|
-PKG_SOURCE_URL:=http://downloads.us.xiph.org/releases/icecast/
|
18
|
|
-PKG_MD5SUM:=bb00bfc0d6d2dde24974641085602b81
|
|
17
|
+PKG_SOURCE_URL:=http://downloads.xiph.org/releases/icecast/
|
|
18
|
+PKG_MD5SUM:=b1402712a79734d4720c8fe15fd9fb10
|
19
|
19
|
|
20
|
20
|
PKG_FIXUP:=autoreconf
|
21
|
21
|
|