From 10bbb500ce078548ededdcac5c61077287316821 Mon Sep 17 00:00:00 2001 From: Jasper Moeller Date: Tue, 25 Apr 2023 13:56:58 +0200 Subject: [PATCH] Update to 5.6.0 --- setup/setup.sh | 4 ++-- setup/sums | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup/setup.sh b/setup/setup.sh index 8073655..243f9a9 100755 --- a/setup/setup.sh +++ b/setup/setup.sh @@ -6,10 +6,10 @@ set -x cd /tmp/setup # WHEN UPDATING VERSION, ALSO UPDATE GITLAB CI FILE! -VERSION=5.5.5 +VERSION=5.6.0 wget https://github.com/ampache/ampache/releases/download/$VERSION/ampache-${VERSION}_all.zip -sha256sum -c < sums +md5sum -c < sums cd /var/www/html mkdir ampache diff --git a/setup/sums b/setup/sums index c343e67..146f0aa 100644 --- a/setup/sums +++ b/setup/sums @@ -1 +1 @@ -099dffb5ebac96257d508559aa45e0d74b17d682bad46893b7eb83b79c1da800 ampache-5.5.5_all.zip \ No newline at end of file +3b53b3db98afd53dd222a7c798650009 ampache-5.6.0_all.zip \ No newline at end of file