diff options
author | Vianney Bouchaud | 2024-02-12 13:59:35 +0100 |
---|---|---|
committer | Vianney Bouchaud | 2024-02-12 13:59:35 +0100 |
commit | 32d7a7365519ee98d1e43c0e9d1f57c445f97bdc (patch) | |
tree | b6fcb6de24f22c93a7973fa94592a23fd93899ca | |
parent | 998793a93109f954c3bd2a43168bcaa250332b69 (diff) | |
download | aur-32d7a7365519ee98d1e43c0e9d1f57c445f97bdc.tar.gz |
upgpkg: vcluster 0.19.0-1
upstream release
bumping vcluster to version v0.19.0
-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.18.1 + pkgver = 0.19.0 pkgrel = 1 url = https://vcluster.com arch = x86_64 @@ -10,7 +10,7 @@ pkgbase = vcluster license = apache makedepends = go depends = glibc - source = vcluster-0.18.1.tar.gz::https://github.com/loft-sh/vcluster/archive/refs/tags/v0.18.1.tar.gz - sha256sums = a17295a5e37c705c1a87910710937c06ea01a1a6ecadb21afbb2b4d04445f914 + source = vcluster-0.19.0.tar.gz::https://github.com/loft-sh/vcluster/archive/refs/tags/v0.19.0.tar.gz + sha256sums = b2437cc875b4785a86e48e4568a9856fa17aa34eebd05ffb8acfd36b4e3d6738 pkgname = vcluster @@ -4,7 +4,7 @@ pkgname=vcluster pkgdesc='Create fully functional virtual Kubernetes clusters' -pkgver=0.18.1 +pkgver=0.19.0 pkgrel=1 arch=('x86_64' 'armv7l' 'armv7h' 'aarch64') url="https://vcluster.com" @@ -63,5 +63,5 @@ package() { } sha256sums=( - a17295a5e37c705c1a87910710937c06ea01a1a6ecadb21afbb2b4d04445f914 + b2437cc875b4785a86e48e4568a9856fa17aa34eebd05ffb8acfd36b4e3d6738 ) |