summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Grossar2023-12-12 16:58:52 +0100
committerLukas Grossar2023-12-12 16:58:52 +0100
commita7c64c1427ee2151761eebac2f2c6146c98fe382 (patch)
tree661e5f870748953ba529f0c35e3e202497b040db
parent6eef878115be4240be8d716e90f9d8ebe2a3f1ea (diff)
downloadaur-kubeswitch-bin.tar.gz
update to 0.8.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae20a0a1d360..768352fd7a95 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = kubeswitch-bin
pkgdesc = The kubectx for operators.
- pkgver = 0.8.0
+ pkgver = 0.8.1
pkgrel = 1
url = https://github.com/danielfoehrKn/kubeswitch
arch = x86_64
license = Apache
options = !strip
- source = switcher_linux_amd64-0.8.0::https://github.com/danielfoehrKn/kubeswitch/releases/download/0.8.0/switcher_linux_amd64
- source = switch.sh-0.8.0::https://github.com/danielfoehrKn/kubeswitch/releases/download/0.8.0/switch.sh
- sha256sums = 5f341531f557f85b58ac9a8aea7a4d02f694db213ac4b861391ae333bd3cbd5a
+ source = switcher_linux_amd64-0.8.1::https://github.com/danielfoehrKn/kubeswitch/releases/download/0.8.1/switcher_linux_amd64
+ source = switch.sh-0.8.1::https://github.com/danielfoehrKn/kubeswitch/releases/download/0.8.1/switch.sh
+ sha256sums = c943332f30e5106ece06bd06e6bda91b577961526a532b33c917b35af5acb887
sha256sums = 11d6f4b6d32632cf4080e67b72e99352cb50e8866543732f70998a20e0b77d47
pkgname = kubeswitch-bin
diff --git a/PKGBUILD b/PKGBUILD
index d27d1adcc698..f13f1b1c0e4b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Co-Maintainer: Lukas Grossar <lukasgrossar@gmail.com>
pkgname=kubeswitch-bin
-pkgver=0.8.0
+pkgver=0.8.1
pkgrel=1
pkgdesc="The kubectx for operators."
arch=('x86_64')
@@ -10,7 +10,7 @@ url="https://github.com/danielfoehrKn/kubeswitch"
license=('Apache')
source=("switcher_linux_amd64-${pkgver}::https://github.com/danielfoehrKn/kubeswitch/releases/download/${pkgver}/switcher_linux_amd64"
"switch.sh-${pkgver}::https://github.com/danielfoehrKn/kubeswitch/releases/download/${pkgver}/switch.sh")
-sha256sums=('5f341531f557f85b58ac9a8aea7a4d02f694db213ac4b861391ae333bd3cbd5a'
+sha256sums=('c943332f30e5106ece06bd06e6bda91b577961526a532b33c917b35af5acb887'
'11d6f4b6d32632cf4080e67b72e99352cb50e8866543732f70998a20e0b77d47')
options=(!strip)