From 5c51ecc64c1a8dce5eb72ef754cf23f476fb6ecc Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Thu, 2 Dec 2021 01:57:55 +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 2c2ba1a..5ae421b 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/envrun/latest.txt?p=version") +VER=$(curl -sSfL "https://lv.luzifer.io/v1/catalog/envrun/latest/version") # Insert latest version into PKGBUILD sed -i \