Fix: use version variable in github release url
All checks were successful
Build package / build-package (push) Successful in 12s

This commit is contained in:
2025-07-31 07:45:18 +08:00
parent a814f5d402
commit 600c046b85

View File

@@ -1,13 +1,13 @@
# Maintainer: Yi-Ting Shih <ytshih@konchin.com>
pkgname=longhornctl
pkgver=1.9.0
pkgrel=1
pkgrel=2
pkgdesc="CLI tool for managing Longhorn"
arch=('x86_64')
url="https://gitea.konchin.com/package/longhornctl"
license=('0BSD')
source=(
'longhornctl::https://github.com/longhorn/cli/releases/download/v1.9.0/longhornctl-linux-amd64'
"longhornctl::https://github.com/longhorn/cli/releases/download/v$pkgver/longhornctl-linux-amd64"
)
package() {