fix(source): add pkgver to src bin
Signed-off-by: Toni Tauro <eye@eyenx.ch>
This commit is contained in:
4
.SRCINFO
4
.SRCINFO
@@ -1,12 +1,12 @@
|
|||||||
pkgbase = k0sctl-bin
|
pkgbase = k0sctl-bin
|
||||||
pkgdesc = A bootstrapping and management tool for k0s clusters.
|
pkgdesc = A bootstrapping and management tool for k0s clusters.
|
||||||
pkgver = 0.11.4
|
pkgver = 0.11.4
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = https://github.com/k0sproject/k0sctl
|
url = https://github.com/k0sproject/k0sctl
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = Apache
|
license = Apache
|
||||||
options = !strip
|
options = !strip
|
||||||
source = https://github.com/k0sproject/k0sctl/releases/download/v0.11.4/k0sctl-linux-x64
|
source = k0sctl-linux-x64-0.11.4::https://github.com/k0sproject/k0sctl/releases/download/v0.11.4/k0sctl-linux-x64
|
||||||
sha256sums = a34d49a3bf735fe57590ef8b6c559fc35d02d9de0fefdc3fc4f1192cafa60614
|
sha256sums = a34d49a3bf735fe57590ef8b6c559fc35d02d9de0fefdc3fc4f1192cafa60614
|
||||||
|
|
||||||
pkgname = k0sctl-bin
|
pkgname = k0sctl-bin
|
||||||
|
|||||||
4
PKGBUILD
4
PKGBUILD
@@ -3,12 +3,12 @@
|
|||||||
|
|
||||||
pkgname=k0sctl-bin
|
pkgname=k0sctl-bin
|
||||||
pkgver=0.11.4
|
pkgver=0.11.4
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="A bootstrapping and management tool for k0s clusters."
|
pkgdesc="A bootstrapping and management tool for k0s clusters."
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://github.com/k0sproject/k0sctl"
|
url="https://github.com/k0sproject/k0sctl"
|
||||||
license=('Apache')
|
license=('Apache')
|
||||||
source=("https://github.com/k0sproject/k0sctl/releases/download/v${pkgver}/k0sctl-linux-x64")
|
source=("k0sctl-linux-x64-$pkgver::https://github.com/k0sproject/k0sctl/releases/download/v${pkgver}/k0sctl-linux-x64")
|
||||||
sha256sums=('a34d49a3bf735fe57590ef8b6c559fc35d02d9de0fefdc3fc4f1192cafa60614')
|
sha256sums=('a34d49a3bf735fe57590ef8b6c559fc35d02d9de0fefdc3fc4f1192cafa60614')
|
||||||
options=(!strip)
|
options=(!strip)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user