diff options
author | Vianney Bouchaud | 2023-10-16 21:26:27 +0200 |
---|---|---|
committer | Vianney Bouchaud | 2023-10-16 21:26:27 +0200 |
commit | 98d77d57571315a15f1a6c0e9eed5137fc016ec1 (patch) | |
tree | 220750abeaf4c3d725fdb81193e0ad4d7afbfe55 | |
parent | 5016f9a11f65977cefaf32ac2b125998c25312e6 (diff) | |
download | aur-98d77d57571315a15f1a6c0e9eed5137fc016ec1.tar.gz |
upgpkg: vcluster-bin 0.16.3-1
upstream release
upgpkg: vcluster 0.16.3-1
upstream release
bumping vcluster to 1.16.3
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = vcluster pkgdesc = Create fully functional virtual Kubernetes clusters - pkgver = 0.16.1 + pkgver = 0.16.3 pkgrel = 1 url = https://vcluster.com arch = x86_64 @@ -10,7 +10,7 @@ pkgbase = vcluster license = apache makedepends = go depends = glibc - source = vcluster-0.16.1.tar.gz::https://github.com/loft-sh/vcluster/archive/refs/tags/v0.16.1.tar.gz - sha256sums = 5c3bcd67cea3b523ada7ecc83270aeddf64f91cf943f7521cf02e9c5cdce5526 + source = vcluster-0.16.3.tar.gz::https://github.com/loft-sh/vcluster/archive/refs/tags/v0.16.3.tar.gz + sha256sums = 9c335af10d7daf9ab66d7b7c201576c687b6a2c347c2f2ce71096877c3250dc6 pkgname = vcluster @@ -4,7 +4,7 @@ pkgname=vcluster pkgdesc='Create fully functional virtual Kubernetes clusters' -pkgver=0.16.1 +pkgver=0.16.3 pkgrel=1 arch=('x86_64' 'armv7l' 'armv7h' 'aarch64') url="https://vcluster.com" @@ -21,7 +21,7 @@ source=( ) sha256sums=( - '5c3bcd67cea3b523ada7ecc83270aeddf64f91cf943f7521cf02e9c5cdce5526' + '9c335af10d7daf9ab66d7b7c201576c687b6a2c347c2f2ce71096877c3250dc6' ) prepare() { |