mirror of
https://github.com/luzifer-aur/vault-bin.git
synced 2024-12-20 08:51:17 +00:00
Update catalog api url
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
e7eb2dc90f
commit
16fd7810cd
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ PKG=$(awk -F '=' '/pkgname=/{ print $2 }' PKGBUILD)
|
|||
|
||||
# Get latest version
|
||||
VER=$(
|
||||
curl -sSf "https://lv.luzifer.io/catalog-api/vault/latest.txt?p=version"
|
||||
curl -sSf "https://lv.luzifer.io/v1/catalog/vault/latest/version"
|
||||
)
|
||||
[[ -n $VER ]] || exit 1
|
||||
|
||||
|
|
Loading…
Reference in a new issue