mirror of
https://github.com/luzifer-aur/nerd-fonts-dejavu-complete.git
synced 2024-11-09 14:20:08 +00:00
Updata catalog api url
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
b58cfeefb5
commit
1064ebf061
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ set -euxo pipefail
|
||||||
PKG=$(awk -F '=' '/pkgname=/{ print $2 }' PKGBUILD)
|
PKG=$(awk -F '=' '/pkgname=/{ print $2 }' PKGBUILD)
|
||||||
|
|
||||||
# Get latest version
|
# 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
|
# Insert latest version into PKGBUILD
|
||||||
sed -i \
|
sed -i \
|
||||||
|
|
Loading…
Reference in a new issue