瀏覽代碼

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 年之前
父節點
當前提交
8c33c9b079
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. 2
    2
      multimedia/icecast/Makefile

+ 2
- 2
multimedia/icecast/Makefile 查看文件

@@ -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