From 757f082a4d59641be9117caf02e502f7f211933a Mon Sep 17 00:00:00 2001 From: Buster Neece Date: Thu, 2 Feb 2023 13:39:29 -0600 Subject: [PATCH] Update to Icecast-KH 2.4.0-KH18 --- util/docker/stations/setup/icecast.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/docker/stations/setup/icecast.sh b/util/docker/stations/setup/icecast.sh index 74e8a5fef..6585be9a6 100644 --- a/util/docker/stations/setup/icecast.sh +++ b/util/docker/stations/setup/icecast.sh @@ -9,7 +9,7 @@ apt-get install -q -y --no-install-recommends \ mkdir -p /bd_build/stations/icecast_build cd /bd_build/stations/icecast_build -curl -fsSL https://github.com/karlheyes/icecast-kh/archive/refs/tags/icecast-2.4.0-kh17.tar.gz \ +curl -fsSL https://github.com/karlheyes/icecast-kh/archive/refs/tags/icecast-2.4.0-kh18.tar.gz \ -o icecast.tar.gz tar -xvzf icecast.tar.gz --strip-components=1