From 4bf15f181289cf653e6257dd1f64b35ab78b5c7f Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Thu, 2 Dec 2021 01:53:03 +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 77f6b98..7ead812 100755 --- a/update_version.sh +++ b/update_version.sh @@ -5,7 +5,7 @@ set -euxo pipefail PKG=$(awk -F '=' '/pkgname=/{ print $2 }' PKGBUILD) # Get latest version -VER=$(curl -sSfL "https://lv.luzifer.io/catalog-api/vault2env/latest.txt?p=version") +VER=$(curl -sSfL "https://lv.luzifer.io/v1/catalog/vault2env/latest/version") # Insert latest version into PKGBUILD sed -i \