summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorToni Tauro2021-11-04 08:14:43 +0100
committerToni Tauro2021-11-04 08:14:43 +0100
commite0f54989442df4f6bfd4c26d3d41dc57227c0dd4 (patch)
tree7f547c70e37bea61762e7bdb9e047695741e68ae
parent3cc3d041b4615a8e1dd10e5e0588660d23c01abb (diff)
downloadaur-e0f54989442df4f6bfd4c26d3d41dc57227c0dd4.tar.gz
chore(update): v0.5.0
Signed-off-by: Toni Tauro <eye@eyenx.ch>
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 35c8afea9041..f0ae85554f39 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = kubeswitch-bin
pkgdesc = The kubectx for operators.
- pkgver = 0.4.7
+ pkgver = 0.5.0
pkgrel = 1
url = https://github.com/danielfoehrKn/kubeswitch
arch = x86_64
license = Apache
options = !strip
- source = https://github.com/danielfoehrKn/kubeswitch/releases/download/0.4.7/switcher_linux_amd64
- source = https://github.com/danielfoehrKn/kubeswitch/releases/download/0.4.7/switch.sh
- sha256sums = a44f466dd9105f6366cd295eced390f5638b36656ccad51f2d7db9fa9133e3c0
- sha256sums = 37484fb6ccd83ccf0e5b165a4ae04bfd107a510927e1c132310d01e2567fd78b
+ 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
pkgname = kubeswitch-bin
diff --git a/PKGBUILD b/PKGBUILD
index 667955a2a6d5..2d64dbff327a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Co-Maintainer: Lukas Grossar <lukasgrossar@gmail.com>
pkgname=kubeswitch-bin
-pkgver=0.4.7
+pkgver=0.5.0
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=('a44f466dd9105f6366cd295eced390f5638b36656ccad51f2d7db9fa9133e3c0' '37484fb6ccd83ccf0e5b165a4ae04bfd107a510927e1c132310d01e2567fd78b')
+sha256sums=('dc0c487b270755dc7fddf1b2dcceb54642067da42f4b0f25022d3ce1318b26b8' '3a629c2d1065adccbf636eb1c9f86884bad336d4d7ad06424801f461c16c6c4e')
options=(!strip)
package() {