summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorToni Tauro2023-08-04 10:34:16 +0200
committerToni Tauro2023-08-04 10:34:16 +0200
commit6eef878115be4240be8d716e90f9d8ebe2a3f1ea (patch)
tree3cbbd74c6192cbae999f95ed67a892a8b344d150
parentb99e30a66929a126b066757c8c3a9cef6d05f28c (diff)
downloadaur-6eef878115be4240be8d716e90f9d8ebe2a3f1ea.tar.gz
chore(0.8.0): update
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 5c884fe26ac4..ae20a0a1d360 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = kubeswitch-bin
pkgdesc = The kubectx for operators.
- pkgver = 0.7.2
- pkgrel = 3
+ pkgver = 0.8.0
+ pkgrel = 1
url = https://github.com/danielfoehrKn/kubeswitch
arch = x86_64
license = Apache
options = !strip
- source = switcher_linux_amd64-0.7.2::https://github.com/danielfoehrKn/kubeswitch/releases/download/0.7.2/switcher_linux_amd64
- source = switch.sh-0.7.2::https://github.com/danielfoehrKn/kubeswitch/releases/download/0.7.2/switch.sh
- sha256sums = 24e8909aa5bd7ea8b1f486b46d1506ae6fcbcefe16d89c28884e9d217d8ada70
- sha256sums = 9c01adbe98329cc43bf6e1832e6d98de934e368ca170ba8260ff710c826d4116
+ 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
+ sha256sums = 11d6f4b6d32632cf4080e67b72e99352cb50e8866543732f70998a20e0b77d47
pkgname = kubeswitch-bin
diff --git a/PKGBUILD b/PKGBUILD
index dee54d5aab9d..d27d1adcc698 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
# Co-Maintainer: Lukas Grossar <lukasgrossar@gmail.com>
pkgname=kubeswitch-bin
-pkgver=0.7.2
-pkgrel=3
+pkgver=0.8.0
+pkgrel=1
pkgdesc="The kubectx for operators."
arch=('x86_64')
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=('24e8909aa5bd7ea8b1f486b46d1506ae6fcbcefe16d89c28884e9d217d8ada70'
- '9c01adbe98329cc43bf6e1832e6d98de934e368ca170ba8260ff710c826d4116')
+sha256sums=('5f341531f557f85b58ac9a8aea7a4d02f694db213ac4b861391ae333bd3cbd5a'
+ '11d6f4b6d32632cf4080e67b72e99352cb50e8866543732f70998a20e0b77d47')
options=(!strip)
package() {