summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a4684aa228f3..c74eb531f1c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=skaffold-bin
_pkgname="${pkgname%-bin}"
-pkgver=1.1.0
+pkgver=1.2.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=('83062f9ab4ec07c23e05c4bd4619bd652224a5d6ce328b8456b58f84170f574c')
+sha256sums=('8c435b3faab09f697724f4ae48bb0cf203ae8490c431db35329674ef2aab5660')
package() {
install -Dm755 "$pkgname-$pkgver" "$pkgdir/usr/bin/$_pkgname"