fix(source): add pkgver to src bin

Signed-off-by: Toni Tauro <eye@eyenx.ch>
This commit is contained in:
Toni Tauro
2021-11-02 22:50:35 +01:00
parent 85d77cf97d
commit a429dbc67f
2 changed files with 4 additions and 4 deletions

View File

@@ -1,12 +1,12 @@
pkgbase = k0sctl-bin
pkgdesc = A bootstrapping and management tool for k0s clusters.
pkgver = 0.11.4
pkgrel = 1
pkgrel = 2
url = https://github.com/k0sproject/k0sctl
arch = x86_64
license = Apache
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
pkgname = k0sctl-bin

View File

@@ -3,12 +3,12 @@
pkgname=k0sctl-bin
pkgver=0.11.4
pkgrel=1
pkgrel=2
pkgdesc="A bootstrapping and management tool for k0s clusters."
arch=('x86_64')
url="https://github.com/k0sproject/k0sctl"
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')
options=(!strip)