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>
|
||||
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() {
|
||||
|
||||
Reference in New Issue
Block a user