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