Update Icecast and Liquidsoap releases.

This commit is contained in:
Buster Neece 2023-06-23 23:58:22 -05:00
parent 00d44ba9e9
commit 63cfc7867b
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -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-kh21.6.tar.gz \
curl -fsSL https://github.com/karlheyes/icecast-kh/archive/refs/tags/icecast-2.4.0-kh21.8.tar.gz \
-o icecast.tar.gz
tar -xvzf icecast.tar.gz --strip-components=1

View File

@ -20,7 +20,7 @@ if [[ "$(uname -m)" = "aarch64" ]]; then
fi
# wget -O /tmp/liquidsoap.deb "https://github.com/savonet/liquidsoap/releases/download/v2.1.4/liquidsoap_2.1.4-ubuntu-jammy-1_${ARCHITECTURE}.deb"
wget -O /tmp/liquidsoap.deb "https://github.com/savonet/liquidsoap-release-assets/releases/download/rolling-release-v2.2.x/liquidsoap-64732ea_2.2.0-ubuntu-jammy-1_${ARCHITECTURE}.deb"
wget -O /tmp/liquidsoap.deb "https://github.com/savonet/liquidsoap-release-assets/releases/download/rolling-release-v2.2.x/liquidsoap-a3e2952_2.2.0-ubuntu-jammy-1_${ARCHITECTURE}.deb"
dpkg -i /tmp/liquidsoap.deb
apt-get install -y -f --no-install-recommends