mirror of
https://github.com/luzifer-aur/nerd-fonts-dejavu-complete.git
synced 2024-11-08 13:50:02 +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)
|
||||
|
||||
# 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 \
|
||||
|
|
Loading…
Reference in a new issue