summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichael Beaumont2019-11-27 21:32:58 +0100
committerMichael Beaumont2019-11-27 21:32:58 +0100
commita7dff27baa329b29f0ece5ebb5261d63760e7293 (patch)
tree17cee5f3587cf54ac38e574d07f1552c7479197e /PKGBUILD
parented8674c5ef3e2a2d1badb365c7da912d50f786d3 (diff)
downloadaur-a7dff27baa329b29f0ece5ebb5261d63760e7293.tar.gz
[security] Pkg update to v1.0.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d47f3ba06dfa..0bbf0ccdb452 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
_pkgauthor=GoogleContainerTools
_upstream_pkgname=skaffold
pkgname=skaffold-bin
-pkgver=1.0.0
+pkgver=1.0.1
pkgrel=1
pkgdesc="A command line tool that facilitates continuous development for Kubernetes applications."
arch=('x86_64')
@@ -29,7 +29,7 @@ _doc_pdf="index.pdf"
### https://github.com/GoogleContainerTools/skaffold/releases/download/v0.19.0/skaffold-linux-amd64
source=("${_upstream_pkgname}-${_goos}-${_goarch}::https://github.com/${_pkgauthor}/${_upstream_pkgname}/releases/download/v${pkgver}/${_upstream_pkgname}-linux-${_goarch}"
"LICENSE::https://raw.githubusercontent.com/${_pkgauthor}/${_upstream_pkgname}/master/LICENSE")
-sha256sums=('f03cb2115cd510b6de8b024165b6621e453935faaf99b20c8cdf9933eec9b913'
+sha256sums=('f53e84288e044a3281e43adbc571a03271b7ee1d7b21781cc2a47248501e3964'
'43a2aa523a99dddb6c131e67e11334493e64c67f03b0d8f6745b6b3f34157d65')
package() {