summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorToni Tauro2022-07-06 20:15:23 +0200
committerToni Tauro2022-07-06 20:15:23 +0200
commit61c25ef1ddf61a303dab9bcf0268cc52eeb0cdef (patch)
tree74a5dc52758155c3fb8938d13f54053bbf3ef81e
parent6ffa74c3ee17ea69a67b7f91e9399fc7ef31ea31 (diff)
downloadaur-61c25ef1ddf61a303dab9bcf0268cc52eeb0cdef.tar.gz
chore(update): 0.7.1
Signed-off-by: Toni Tauro <eye@eyenx.ch>
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12863496a176..bf9130fbdbb8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = kubeswitch-bin
pkgdesc = The kubectx for operators.
- pkgver = 0.6.2
+ pkgver = 0.7.1
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.2/switcher_linux_amd64
- source = https://github.com/danielfoehrKn/kubeswitch/releases/download/0.6.2/switch.sh
- sha256sums = c93273e3ec228e65e68a669d48ce142acd5343c326ae519a7f3e2e124dc8aecb
- sha256sums = 93c131f9b8103604bd840d62cd2c5086be63da5454e73789e49bddf9f238088f
+ 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 = 0e0260421065ff24f0257658e2367438bd2b8d687d2d3fd0500054af8d8bcc44
+ sha256sums = be0869f11b88f694a24030ebc0f494ec991e7046028b48e11a7d71ff66235ffe
pkgname = kubeswitch-bin
diff --git a/PKGBUILD b/PKGBUILD
index bc4d14c31f15..f88909124d19 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
# Co-Maintainer: Lukas Grossar <lukasgrossar@gmail.com>
pkgname=kubeswitch-bin
-pkgver=0.6.2
+pkgver=0.7.1
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=('c93273e3ec228e65e68a669d48ce142acd5343c326ae519a7f3e2e124dc8aecb'
- '93c131f9b8103604bd840d62cd2c5086be63da5454e73789e49bddf9f238088f')
+sha256sums=('0e0260421065ff24f0257658e2367438bd2b8d687d2d3fd0500054af8d8bcc44'
+ 'be0869f11b88f694a24030ebc0f494ec991e7046028b48e11a7d71ff66235ffe')
options=(!strip)
package() {