diff options
author | Marcel Saegebarth <marc@mos6581.de> | 2016-02-04 20:10:37 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-02-05 07:02:13 +0700 |
commit | 4b0809c873998c84c0c1d31d703b83f738d44693 (patch) | |
tree | 98ad76c25e496ead01155105ccdefba161702349 /audio/icecast/icecast.SlackBuild | |
parent | 51bacd4e6018d3c7bdcfd396b179d862dc315fc3 (diff) |
audio/icecast: Updated for version 2.4.3.
Signed-off-by: Marcel Saegebarth <marc@mos6581.de>
Diffstat (limited to 'audio/icecast/icecast.SlackBuild')
-rw-r--r-- | audio/icecast/icecast.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/icecast/icecast.SlackBuild b/audio/icecast/icecast.SlackBuild index ebd15f9a5c42..576dcdb5b7b3 100644 --- a/audio/icecast/icecast.SlackBuild +++ b/audio/icecast/icecast.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for "icecast". # Copyright -2014 Rodney Cobb <rdc@ktabic.co.uk> -# Copyright 2014-2015 Marcel Saegebarth <marc@mos6581.de> +# Copyright 2014-2016 Marcel Saegebarth <marc@mos6581.de> # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -26,7 +26,7 @@ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=icecast -VERSION=${VERSION:-2.4.2} +VERSION=${VERSION:-2.4.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |