summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorToni Tauro2022-04-04 18:39:55 +0200
committerToni Tauro2022-04-04 18:39:55 +0200
commit6ffa74c3ee17ea69a67b7f91e9399fc7ef31ea31 (patch)
tree315287fbe69e7f11fe13f2e62a42d6ae8b3ee07d
parent6f09359c29d2aa84befdf628a071731eb1c125ef (diff)
downloadaur-6ffa74c3ee17ea69a67b7f91e9399fc7ef31ea31.tar.gz
chore(update): v0.6.2
Signed-off-by: Toni Tauro <eye@eyenx.ch>
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad6047c0ed2a..12863496a176 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = kubeswitch-bin
pkgdesc = The kubectx for operators.
- pkgver = 0.6.1
+ pkgver = 0.6.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.6.1/switcher_linux_amd64
- source = https://github.com/danielfoehrKn/kubeswitch/releases/download/0.6.1/switch.sh
- sha256sums = 17759a0e43d342716567f6ca602f3168efc8d1d036dbab79dfba2054d14b318c
+ source = https://github.com/danielfoehrKn/kubeswitch/releases/download/0.6.2/switcher_linux_amd64
+ source = https://github.com/danielfoehrKn/kubeswitch/releases/download/0.6.2/switch.sh
+ sha256sums = c93273e3ec228e65e68a669d48ce142acd5343c326ae519a7f3e2e124dc8aecb
sha256sums = 93c131f9b8103604bd840d62cd2c5086be63da5454e73789e49bddf9f238088f
pkgname = kubeswitch-bin
diff --git a/PKGBUILD b/PKGBUILD
index 9d46b8058a2a..bc4d14c31f15 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Co-Maintainer: Lukas Grossar <lukasgrossar@gmail.com>
pkgname=kubeswitch-bin
-pkgver=0.6.1
+pkgver=0.6.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'
+sha256sums=('c93273e3ec228e65e68a669d48ce142acd5343c326ae519a7f3e2e124dc8aecb'
'93c131f9b8103604bd840d62cd2c5086be63da5454e73789e49bddf9f238088f')
options=(!strip)