summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBrad Erhart2020-03-20 03:49:17 -0700
committerBrad Erhart2020-03-20 03:49:17 -0700
commitb65ec1d724f14915f6af46e809652c065a833bf3 (patch)
treee08e24be6fbe8bc883ada1a8d8e11905fc64efb8 /PKGBUILD
parente7eb4b2942fd938f48f8dbae126f8b79f3d9c117 (diff)
downloadaur-b65ec1d724f14915f6af46e809652c065a833bf3.tar.gz
Reverting to Skaffold to v1.5.0 due to bug
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8e1600a80029..82c79fc39419 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=skaffold-bin
_pkgname="${pkgname%-bin}"
-pkgver=1.6.0
+pkgver=1.5.0
pkgrel=1
pkgdesc='Command line tool that facilitates continuous development for Kubernetes applications'
arch=('x86_64')
@@ -17,7 +17,7 @@ optdepends=('bash-completion: for tab completion')
provides=("$_pkgname")
conflicts=("$_pkgname")
source=("$pkgname-$pkgver::https://storage.googleapis.com/$_pkgname/releases/v$pkgver/$_pkgname-$_goos-$_goarch")
-sha256sums=('d283bc26029a41f23c160bd97f043fde14c5ea126ec216447d0dbdc0a251e3f9')
+sha256sums=('c00e8dc2c5ebd31b8dad7fb2160a1be2dc1f74585f9c3799782889298e6eca27')
package() {
install -Dm 755 "$pkgname-$pkgver" "$pkgdir/usr/bin/$_pkgname"