Fix: use version variable in github release url
All checks were successful
Build package / build-package (push) Successful in 12s
All checks were successful
Build package / build-package (push) Successful in 12s
This commit is contained in:
4
PKGBUILD
4
PKGBUILD
@@ -1,13 +1,13 @@
|
|||||||
# Maintainer: Yi-Ting Shih <ytshih@konchin.com>
|
# Maintainer: Yi-Ting Shih <ytshih@konchin.com>
|
||||||
pkgname=longhornctl
|
pkgname=longhornctl
|
||||||
pkgver=1.9.0
|
pkgver=1.9.0
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="CLI tool for managing Longhorn"
|
pkgdesc="CLI tool for managing Longhorn"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://gitea.konchin.com/package/longhornctl"
|
url="https://gitea.konchin.com/package/longhornctl"
|
||||||
license=('0BSD')
|
license=('0BSD')
|
||||||
source=(
|
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() {
|
package() {
|
||||||
|
|||||||
Reference in New Issue
Block a user