summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorToni Tauro2022-09-22 22:42:08 +0200
committerToni Tauro2022-09-22 22:42:08 +0200
commit2a994effab8bf18cd61bf93bbf051f80e12d8828 (patch)
treebef9c1d39041f84095e95cb3d036ee9f4c91023b
parent1d99bb6ccce5ecf264f47dfe198055e3780e19af (diff)
downloadaur-2a994effab8bf18cd61bf93bbf051f80e12d8828.tar.gz
chore(update): v0.7.2
Signed-off-by: Toni Tauro <eye@eyenx.ch>
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8c6151ba9afe..fe3ac51c2fef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = kubeswitch-bin
pkgdesc = The kubectx for operators.
- pkgver = 0.7.1
- pkgrel = 2
+ pkgver = 0.7.2
+ pkgrel = 1
url = https://github.com/danielfoehrKn/kubeswitch
arch = x86_64
license = Apache
options = !strip
- source = https://github.com/danielfoehrKn/kubeswitch/releases/download/0.7.1/switcher_linux_amd64
- source = https://github.com/danielfoehrKn/kubeswitch/releases/download/0.7.1/switch.sh
- sha256sums = 17759a0e43d342716567f6ca602f3168efc8d1d036dbab79dfba2054d14b318c
- sha256sums = 93c131f9b8103604bd840d62cd2c5086be63da5454e73789e49bddf9f238088f
+ source = https://github.com/danielfoehrKn/kubeswitch/releases/download/0.7.2/switcher_linux_amd64
+ source = https://github.com/danielfoehrKn/kubeswitch/releases/download/0.7.2/switch.sh
+ sha256sums = 24e8909aa5bd7ea8b1f486b46d1506ae6fcbcefe16d89c28884e9d217d8ada70
+ sha256sums = 9c01adbe98329cc43bf6e1832e6d98de934e368ca170ba8260ff710c826d4116
pkgname = kubeswitch-bin
diff --git a/PKGBUILD b/PKGBUILD
index a3633f41107c..a0ccd8122d54 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
# Co-Maintainer: Lukas Grossar <lukasgrossar@gmail.com>
pkgname=kubeswitch-bin
-pkgver=0.7.1
-pkgrel=2
+pkgver=0.7.2
+pkgrel=1
pkgdesc="The kubectx for operators."
arch=('x86_64')
url="https://github.com/danielfoehrKn/kubeswitch"
license=('Apache')
source=("https://github.com/danielfoehrKn/kubeswitch/releases/download/${pkgver}/switcher_linux_amd64" "https://github.com/danielfoehrKn/kubeswitch/releases/download/${pkgver}/switch.sh")
-sha256sums=('17759a0e43d342716567f6ca602f3168efc8d1d036dbab79dfba2054d14b318c'
- '93c131f9b8103604bd840d62cd2c5086be63da5454e73789e49bddf9f238088f')
+sha256sums=('24e8909aa5bd7ea8b1f486b46d1506ae6fcbcefe16d89c28884e9d217d8ada70'
+ '9c01adbe98329cc43bf6e1832e6d98de934e368ca170ba8260ff710c826d4116')
options=(!strip)
package() {