diff --git a/update_version.sh b/update_version.sh index e5d2454..c854ea2 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/nerd-fonts/latest.txt?p=version") +VER=$(curl -sSfL "https://lv.luzifer.io/v1/catalog/nerd-fonts/latest/version") # Insert latest version into PKGBUILD sed -i \