mirror of
https://github.com/luzifer-aur/reg.git
synced 2024-11-09 22:30:06 +00:00
Update catalog api url
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
562921ccad
commit
6424c47d5a
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/reg/latest.txt?p=version")
|
VER=$(curl -sSfL "https://lv.luzifer.io/v1/catalog/reg/latest/version")
|
||||||
|
|
||||||
# Insert latest version into PKGBUILD
|
# Insert latest version into PKGBUILD
|
||||||
sed -i \
|
sed -i \
|
||||||
|
|
Loading…
Reference in a new issue