From 16fd7810cdd87328064b15ea021bf9d1a24f331c Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Thu, 2 Dec 2021 01:51:24 +0100 Subject: [PATCH] Update catalog api url Signed-off-by: Knut Ahlers --- update_version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update_version.sh b/update_version.sh index 7263778..f4c9a76 100755 --- a/update_version.sh +++ b/update_version.sh @@ -6,7 +6,7 @@ PKG=$(awk -F '=' '/pkgname=/{ print $2 }' PKGBUILD) # Get latest version VER=$( - curl -sSf "https://lv.luzifer.io/catalog-api/vault/latest.txt?p=version" + curl -sSf "https://lv.luzifer.io/v1/catalog/vault/latest/version" ) [[ -n $VER ]] || exit 1