From 5963965297ddd03ae98e20c7b22f1c961fed4412 Mon Sep 17 00:00:00 2001 From: Buster Neece Date: Wed, 22 Mar 2023 19:28:20 -0500 Subject: [PATCH] Update to latest pre-release of Icecast-KH. --- 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 3f88398e2..12f488a62 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-kh20.1.tar.gz \ +curl -fsSL https://github.com/karlheyes/icecast-kh/archive/refs/tags/icecast-2.4.0-kh20.3.tar.gz \ -o icecast.tar.gz tar -xvzf icecast.tar.gz --strip-components=1