From 369d05aeb13e72b9cac050364e323cdf4e47e0b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Gaul?= Date: Fri, 25 Jul 2014 14:43:03 +0200 Subject: [PATCH] [icecast] upgrade to 2.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: André Gaul --- multimedia/icecast/Makefile | 6 +++--- ...st-2.3.0-tremor.patch => 001-icecast-2.4.0-tremor.patch} | 0 2 files changed, 3 insertions(+), 3 deletions(-) rename multimedia/icecast/patches/{001-icecast-2.3.0-tremor.patch => 001-icecast-2.4.0-tremor.patch} (100%) diff --git a/multimedia/icecast/Makefile b/multimedia/icecast/Makefile index e9f290426..0dfab0238 100644 --- a/multimedia/icecast/Makefile +++ b/multimedia/icecast/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=icecast -PKG_VERSION:=2.3.2 -PKG_RELEASE:=4 +PKG_VERSION:=2.4.0 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://downloads.us.xiph.org/releases/icecast/ -PKG_MD5SUM:=ff516b3ccd2bcc31e68f460cd316093f +PKG_MD5SUM:=bb00bfc0d6d2dde24974641085602b81 PKG_FIXUP:=autoreconf diff --git a/multimedia/icecast/patches/001-icecast-2.3.0-tremor.patch b/multimedia/icecast/patches/001-icecast-2.4.0-tremor.patch similarity index 100% rename from multimedia/icecast/patches/001-icecast-2.3.0-tremor.patch rename to multimedia/icecast/patches/001-icecast-2.4.0-tremor.patch