summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Cocora2019-06-10 17:55:19 +0100
committerStefan Cocora2019-06-10 17:55:19 +0100
commit514ab4a57139df5d76bf45e4109f9d677e447e9f (patch)
tree668279b86aac4e7c23cd1e8ddb89bc7e6d153939
parent487a12f1ee32d18f9e40e2e946c218ee3cf7fdf9 (diff)
downloadaur-514ab4a57139df5d76bf45e4109f9d677e447e9f.tar.gz
[security] Update skaffold-bin to v0.31.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a72975e3203..90182bef1351 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = skaffold-bin
pkgdesc = A command line tool that facilitates continuous development for Kubernetes applications.
- pkgver = 0.30.0
+ pkgver = 0.31.0
pkgrel = 1
url = https://github.com/GoogleContainerTools/skaffold
arch = x86_64
@@ -10,9 +10,9 @@ pkgbase = skaffold-bin
conflicts = skaffold-git
replaces = skaffold
replaces = skaffold-git
- source = skaffold-linux-amd64::https://github.com/GoogleContainerTools/skaffold/releases/download/v0.30.0/skaffold-linux-amd64
+ source = skaffold-linux-amd64::https://github.com/GoogleContainerTools/skaffold/releases/download/v0.31.0/skaffold-linux-amd64
source = LICENSE::https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/LICENSE
- sha256sums = 4b626fafe04bfb37efed7b7c170ba367583e4f2f3bcfe47fba398766b3fdf575
+ sha256sums = 29d143bf02a8f89d7499ef3bca2912288028d139d91900c5f55dd6b55f599b7d
sha256sums = 43a2aa523a99dddb6c131e67e11334493e64c67f03b0d8f6745b6b3f34157d65
pkgname = skaffold-bin
diff --git a/PKGBUILD b/PKGBUILD
index 5f771b9d5059..bf2fa279e7a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgauthor=GoogleContainerTools
_upstream_pkgname=skaffold
pkgname=skaffold-bin
-pkgver=0.30.0
+pkgver=0.31.0
pkgrel=1
pkgdesc="A command line tool that facilitates continuous development for Kubernetes applications."
arch=('x86_64')
@@ -26,7 +26,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=('4b626fafe04bfb37efed7b7c170ba367583e4f2f3bcfe47fba398766b3fdf575'
+sha256sums=('29d143bf02a8f89d7499ef3bca2912288028d139d91900c5f55dd6b55f599b7d'
'43a2aa523a99dddb6c131e67e11334493e64c67f03b0d8f6745b6b3f34157d65')
package() {