Update catalog api url

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2021-12-02 01:25:46 +01:00
parent 5b289ef367
commit 0f0b0f75ed
Signed by: luzifer
GPG key ID: 0066F03ED215AD7D

View file

@ -9,7 +9,7 @@ git reset --hard origin/master
### ---- ### ### ---- ###
version=$(curl -s "https://lv.luzifer.io/catalog-api/matomo/latest.txt?p=version") version=$(curl -s "https://lv.luzifer.io/v1/catalog/matomo/latest/version")
grep -q "MATOMO_VERSION=${version} " Dockerfile && exit 0 || echo "Update required" grep -q "MATOMO_VERSION=${version} " Dockerfile && exit 0 || echo "Update required"
filehash=$(curl -sSfL "https://builds.matomo.org/piwik-${version}.tar.gz" | sha256sum | cut -d ' ' -f 1) filehash=$(curl -sSfL "https://builds.matomo.org/piwik-${version}.tar.gz" | sha256sum | cut -d ' ' -f 1)