Update Liquidsoap stable version.

This commit is contained in:
Buster Neece 2022-10-22 06:42:15 -05:00
parent 1208415943
commit 4497eab1f8
No known key found for this signature in database
GPG Key ID: F1D2E64A0005E80E
2 changed files with 3 additions and 1 deletions

View File

@ -26,6 +26,8 @@ release channel, you can take advantage of these new features and fixes.
active playlist with at least one music file to play. Several stations reported unique edge cases that didn't work
with this configuration, so it has been removed.
- Ansible installations now support Ubuntu 22.04 (Jammy) along with existing support for 20.04 (Focal).
## Bug Fixes
- Fixed a bug preventing the Remote Relays page from showing in some situations.

View File

@ -21,7 +21,7 @@ if [[ "$(uname -m)" = "aarch64" && ${ARM_FULL_BUILD} == "false" ]]; then
ARCHITECTURE=arm64
fi
wget -O /tmp/liquidsoap.deb "https://github.com/savonet/liquidsoap/releases/download/v2.1.1/liquidsoap_2.1.1-ubuntu-jammy-1_${ARCHITECTURE}.deb"
wget -O /tmp/liquidsoap.deb "https://github.com/savonet/liquidsoap/releases/download/v2.1.2/liquidsoap_2.1.2-ubuntu-jammy-1_${ARCHITECTURE}.deb"
# wget -O /tmp/liquidsoap.deb "https://github.com/savonet/liquidsoap-release-assets/releases/download/rolling-release-v2.1.x/liquidsoap-d5cf13e_2.1.0-ubuntu-focal-1_${ARCHITECTURE}.deb"
dpkg -i /tmp/liquidsoap.deb