summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Grossar2022-01-03 16:22:12 +0100
committerLukas Grossar2022-01-03 16:22:12 +0100
commit6f09359c29d2aa84befdf628a071731eb1c125ef (patch)
tree307d4b1dd6a6394670ab42be740dc92222320431
parente0f54989442df4f6bfd4c26d3d41dc57227c0dd4 (diff)
downloadaur-6f09359c29d2aa84befdf628a071731eb1c125ef.tar.gz
update to v0.6.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD5
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f0ae85554f39..ad6047c0ed2a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = kubeswitch-bin
pkgdesc = The kubectx for operators.
- pkgver = 0.5.0
+ pkgver = 0.6.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.5.0/switcher_linux_amd64
- source = https://github.com/danielfoehrKn/kubeswitch/releases/download/0.5.0/switch.sh
- sha256sums = dc0c487b270755dc7fddf1b2dcceb54642067da42f4b0f25022d3ce1318b26b8
- sha256sums = 3a629c2d1065adccbf636eb1c9f86884bad336d4d7ad06424801f461c16c6c4e
+ 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
+ sha256sums = 93c131f9b8103604bd840d62cd2c5086be63da5454e73789e49bddf9f238088f
pkgname = kubeswitch-bin
diff --git a/PKGBUILD b/PKGBUILD
index 2d64dbff327a..9d46b8058a2a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,15 @@
# Co-Maintainer: Lukas Grossar <lukasgrossar@gmail.com>
pkgname=kubeswitch-bin
-pkgver=0.5.0
+pkgver=0.6.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=('dc0c487b270755dc7fddf1b2dcceb54642067da42f4b0f25022d3ce1318b26b8' '3a629c2d1065adccbf636eb1c9f86884bad336d4d7ad06424801f461c16c6c4e')
+sha256sums=('17759a0e43d342716567f6ca602f3168efc8d1d036dbab79dfba2054d14b318c'
+ '93c131f9b8103604bd840d62cd2c5086be63da5454e73789e49bddf9f238088f')
options=(!strip)
package() {