Update to LS 2.0.5 stable.

This commit is contained in:
Buster "Silver Eagle" Neece 2022-05-26 02:22:13 -05:00
parent ee5b623099
commit 99ba2e93a3
No known key found for this signature in database
GPG Key ID: F1D2E64A0005E80E
4 changed files with 4 additions and 4 deletions

View File

@ -34,7 +34,7 @@ else
fi
APP_ENV="${APP_ENV:-production}"
UPDATE_REVISION="${UPDATE_REVISION:-81}"
UPDATE_REVISION="${UPDATE_REVISION:-82}"
echo "Updating AzuraCast (Environment: $APP_ENV, Update revision: $UPDATE_REVISION)"

View File

@ -70,7 +70,7 @@
- name: Install Liquidsoap
apt:
deb: "https://github.com/savonet/liquidsoap/releases/download/v2.0.4/liquidsoap_2.0.4-ubuntu-focal-3_{{ dpkg_arch.stdout_lines[0] | default('amd64') }}.deb?v2"
deb: "https://github.com/savonet/liquidsoap/releases/download/v2.0.5/liquidsoap_2.0.5-ubuntu-focal-1_{{ dpkg_arch.stdout_lines[0] | default('amd64') }}.deb""
- name: Link Liquidsoap binary
file:

View File

@ -20,7 +20,7 @@
- role: "azuracast-config"
- role: "azuracast-radio"
when: update_revision|int < 77
when: update_revision|int < 82
- role: "supervisord"
when: update_revision|int < 79

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-release-assets/releases/download/rolling-release-v2.0.x/liquidsoap-1acd176_2.0.5-ubuntu-focal-1_${ARCHITECTURE}.deb"
wget -O /tmp/liquidsoap.deb "https://github.com/savonet/liquidsoap/releases/download/v2.0.5/liquidsoap_2.0.5-ubuntu-focal-1_${ARCHITECTURE}.deb"
dpkg -i /tmp/liquidsoap.deb
apt-get install -y -f --no-install-recommends