summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Grossar2022-10-21 13:34:14 +0200
committerLukas Grossar2022-10-21 13:34:14 +0200
commit49c5ad0bf1ef704dcf642ea0b19b69c7fe4d75a3 (patch)
tree5bb67d102bead965dfa5eaa6fba8a16a772acd80
parent2a994effab8bf18cd61bf93bbf051f80e12d8828 (diff)
downloadaur-49c5ad0bf1ef704dcf642ea0b19b69c7fe4d75a3.tar.gz
Fix checksums
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fe3ac51c2fef..b4b99ff4c88c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = kubeswitch-bin
pkgdesc = The kubectx for operators.
pkgver = 0.7.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/danielfoehrKn/kubeswitch
arch = x86_64
license = Apache
options = !strip
source = https://github.com/danielfoehrKn/kubeswitch/releases/download/0.7.2/switcher_linux_amd64
source = https://github.com/danielfoehrKn/kubeswitch/releases/download/0.7.2/switch.sh
- sha256sums = 24e8909aa5bd7ea8b1f486b46d1506ae6fcbcefe16d89c28884e9d217d8ada70
- sha256sums = 9c01adbe98329cc43bf6e1832e6d98de934e368ca170ba8260ff710c826d4116
+ sha256sums = 17759a0e43d342716567f6ca602f3168efc8d1d036dbab79dfba2054d14b318c
+ sha256sums = 93c131f9b8103604bd840d62cd2c5086be63da5454e73789e49bddf9f238088f
pkgname = kubeswitch-bin
diff --git a/PKGBUILD b/PKGBUILD
index a0ccd8122d54..96e9aa359963 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=kubeswitch-bin
pkgver=0.7.2
-pkgrel=1
+pkgrel=2
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=('24e8909aa5bd7ea8b1f486b46d1506ae6fcbcefe16d89c28884e9d217d8ada70'
- '9c01adbe98329cc43bf6e1832e6d98de934e368ca170ba8260ff710c826d4116')
+sha256sums=('17759a0e43d342716567f6ca602f3168efc8d1d036dbab79dfba2054d14b318c'
+ '93c131f9b8103604bd840d62cd2c5086be63da5454e73789e49bddf9f238088f')
options=(!strip)
package() {