Browse Source

icecast: update to 2.4.2

icecast 2.4.2 is a security release.

Signed-off-by: André Gaul <andre@gaul.io>
André Gaul 9 years ago
parent
commit
8c33c9b079
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      multimedia/icecast/Makefile

+ 2
- 2
multimedia/icecast/Makefile View File

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