diff options
author | С. С. Болоканаръ <bolokanar@bulgars.org> | 2023-05-02 19:16:17 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-02 23:43:23 +0700 |
commit | 8962f001a7cb4e12e6d9fab5bdaf19f678df3ae2 (patch) | |
tree | be6cdd16f535a03607618b0e1b4793a3d659b29a | |
parent | 8d5898dfb75e1d0055072c374cd7c35a7da300cc (diff) |
audio/icecast: Updated for version 2.4.4 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | audio/icecast/icecast.SlackBuild | 6 | ||||
-rw-r--r-- | audio/icecast/icecast.info | 10 |
2 files changed, 7 insertions, 9 deletions
diff --git a/audio/icecast/icecast.SlackBuild b/audio/icecast/icecast.SlackBuild index edef6beb468f..471ccd565663 100644 --- a/audio/icecast/icecast.SlackBuild +++ b/audio/icecast/icecast.SlackBuild @@ -4,6 +4,7 @@ # Copyright -2014 Rodney Cobb <rdc@ktabic.co.uk> # Copyright 2014-2016 Marcel Saegebarth <marc@mos6581.de> +# Copyright 2023 S. S. Bolokanar, Bulgaria <bolokanar@bulgars.org> # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -28,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=icecast -VERSION=${VERSION:-2.4.3} +VERSION=${VERSION:-2.4.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -41,9 +42,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 diff --git a/audio/icecast/icecast.info b/audio/icecast/icecast.info index 034e02eabb26..e20dc7d32577 100644 --- a/audio/icecast/icecast.info +++ b/audio/icecast/icecast.info @@ -1,10 +1,10 @@ PRGNAM="icecast" -VERSION="2.4.3" +VERSION="2.4.4" HOMEPAGE="http://www.icecast.org" -DOWNLOAD="http://downloads.xiph.org/releases/icecast/icecast-2.4.3.tar.gz" -MD5SUM="83d7d34dbe22f0f8fc119d2c9839efc0" +DOWNLOAD="http://downloads.xiph.org/releases/icecast/icecast-2.4.4.tar.gz" +MD5SUM="835c7b571643f6436726a6118defb366" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -MAINTAINER="Marcel Saegebarth" -EMAIL="marc@mos6581.de" +MAINTAINER="S. S. Bolokanar" +EMAIL="bolokanar@bulgars.org" |