summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad Erhart2021-07-08 20:56:22 -0700
committerBrad Erhart2021-07-08 20:56:22 -0700
commitc266b4e91cf26476c83f9adc353ac88e051cd3b0 (patch)
tree2e4569ad4c6872616c16325981e1caa5af486268
parent1dad7a8e2dd7e71c705c36b31ab4b039a5610f3a (diff)
downloadaur-c266b4e91cf26476c83f9adc353ac88e051cd3b0.tar.gz
Updating Kots to v1.46.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 57e5c97d6c7e..2da2fe3cf203 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kubectl-kots-bin
pkgdesc = Kubectl plugin and admin console to help manage Kubernetes Off-The-Shelf (KOTS) software
- pkgver = 1.45.0
+ pkgver = 1.46.0
pkgrel = 1
url = https://kots.io
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = kubectl-kots-bin
depends = kubectl
provides = kubectl-kots
conflicts = kubectl-kots
- source = kots_1.45.0_linux_amd64.tar.gz::https://github.com/replicatedhq/kots/releases/download/v1.45.0/kots_linux_amd64.tar.gz
- b2sums = 324bb4ea2ed87cfcef0dcccc3ead97286140d604824885a8b2d1577f7fcdd3313e6d29ee1e6030aada483666e5de24075c81cfa9195b46085958c5d4d2ad8c7d
+ source = kots_1.46.0_linux_amd64.tar.gz::https://github.com/replicatedhq/kots/releases/download/v1.46.0/kots_linux_amd64.tar.gz
+ b2sums = 504f7253628551cad3ff84f1318e789daec91b38517c11fe3ca57032a7a386fbb99b358715e2a32154badc6de4123729068566f1e774498bb6e93a31ddbeedae
pkgname = kubectl-kots-bin
diff --git a/PKGBUILD b/PKGBUILD
index 593c69fcfdd4..91b92b447624 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=kubectl-kots-bin
_pkgname="${pkgname%-bin}"
_pkgname2="${_pkgname#kubectl-}"
-pkgver=1.45.0
+pkgver=1.46.0
pkgrel=1
pkgdesc='Kubectl plugin and admin console to help manage Kubernetes Off-The-Shelf (KOTS) software'
arch=('x86_64')
@@ -15,7 +15,7 @@ depends=('kubectl')
provides=("$_pkgname")
conflicts=("$_pkgname")
source=("${_pkgname2}_${pkgver}_${_goos}_${_goarch}.tar.gz::https://github.com/replicatedhq/$_pkgname2/releases/download/v$pkgver/${_pkgname2}_${_goos}_${_goarch}.tar.gz")
-b2sums=(324bb4ea2ed87cfcef0dcccc3ead97286140d604824885a8b2d1577f7fcdd3313e6d29ee1e6030aada483666e5de24075c81cfa9195b46085958c5d4d2ad8c7d)
+b2sums=(504f7253628551cad3ff84f1318e789daec91b38517c11fe3ca57032a7a386fbb99b358715e2a32154badc6de4123729068566f1e774498bb6e93a31ddbeedae)
package() {
install -Dm 755 "${_pkgname2}" "$pkgdir/usr/bin/${_pkgname}"