summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Cocora2019-06-10 17:31:48 +0100
committerStefan Cocora2019-06-10 17:31:48 +0100
commit41d56c3368beab1e973f60d5338e90b2b68818f1 (patch)
tree12ac29578a4d4282bb5f144e3750485374e15ba7
parentfbe2ac669d6a0442892e4438c1069a2c4fe7df8a (diff)
downloadaur-41d56c3368beab1e973f60d5338e90b2b68818f1.tar.gz
[security] Update skaffold-bin to v0.29.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index abdd741cd24e..acaf266c06d9 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.28.0
+ pkgver = 0.29.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.28.0/skaffold-linux-amd64
+ source = skaffold-linux-amd64::https://github.com/GoogleContainerTools/skaffold/releases/download/v0.29.0/skaffold-linux-amd64
source = LICENSE::https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/LICENSE
- sha256sums = c8501c1443cdbccd9fde628e06829fe5a9d7cbb07ea5722c60ae4fee358eb727
+ sha256sums = d3123f641edbe0380f32bf3a4062e55d1b36a51fc10e6dcd4c9cacfe15cfa092
sha256sums = 43a2aa523a99dddb6c131e67e11334493e64c67f03b0d8f6745b6b3f34157d65
pkgname = skaffold-bin
diff --git a/PKGBUILD b/PKGBUILD
index 09d64d2d89ab..40113247a7ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgauthor=GoogleContainerTools
_upstream_pkgname=skaffold
pkgname=skaffold-bin
-pkgver=0.28.0
+pkgver=0.29.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=('c8501c1443cdbccd9fde628e06829fe5a9d7cbb07ea5722c60ae4fee358eb727'
+sha256sums=('d3123f641edbe0380f32bf3a4062e55d1b36a51fc10e6dcd4c9cacfe15cfa092'
'43a2aa523a99dddb6c131e67e11334493e64c67f03b0d8f6745b6b3f34157d65')
package() {