summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Grossar2022-07-14 12:18:07 +0200
committerLukas Grossar2022-07-14 12:18:07 +0200
commit1d99bb6ccce5ecf264f47dfe198055e3780e19af (patch)
treea34e2a20b7f448dceed09acd56b33b68c4f10beb
parent61c25ef1ddf61a303dab9bcf0268cc52eeb0cdef (diff)
downloadaur-1d99bb6ccce5ecf264f47dfe198055e3780e19af.tar.gz
fix checksums for 0.7.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bf9130fbdbb8..8c6151ba9afe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = kubeswitch-bin
pkgdesc = The kubectx for operators.
pkgver = 0.7.1
- 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.1/switcher_linux_amd64
source = https://github.com/danielfoehrKn/kubeswitch/releases/download/0.7.1/switch.sh
- sha256sums = 0e0260421065ff24f0257658e2367438bd2b8d687d2d3fd0500054af8d8bcc44
- sha256sums = be0869f11b88f694a24030ebc0f494ec991e7046028b48e11a7d71ff66235ffe
+ sha256sums = 17759a0e43d342716567f6ca602f3168efc8d1d036dbab79dfba2054d14b318c
+ sha256sums = 93c131f9b8103604bd840d62cd2c5086be63da5454e73789e49bddf9f238088f
pkgname = kubeswitch-bin
diff --git a/PKGBUILD b/PKGBUILD
index f88909124d19..a3633f41107c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,17 +3,17 @@
pkgname=kubeswitch-bin
pkgver=0.7.1
-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=('0e0260421065ff24f0257658e2367438bd2b8d687d2d3fd0500054af8d8bcc44'
- 'be0869f11b88f694a24030ebc0f494ec991e7046028b48e11a7d71ff66235ffe')
+sha256sums=('17759a0e43d342716567f6ca602f3168efc8d1d036dbab79dfba2054d14b318c'
+ '93c131f9b8103604bd840d62cd2c5086be63da5454e73789e49bddf9f238088f')
options=(!strip)
package() {
- install -Dm 755 "$srcdir/switcher_linux_amd64" "$pkgdir/usr/local/bin/switcher"
- install -Dm 755 "$srcdir/switch.sh" "$pkgdir/usr/local/bin/switch.sh"
+ install -Dm 755 "$srcdir/switcher_linux_amd64" "$pkgdir/usr/bin/switcher"
+ install -Dm 755 "$srcdir/switch.sh" "$pkgdir/usr/bin/switch.sh"
}