summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Cocora2019-06-10 17:18:49 +0100
committerStefan Cocora2019-06-10 17:18:49 +0100
commitfbe2ac669d6a0442892e4438c1069a2c4fe7df8a (patch)
tree6e59a0377719932cc7a6374886b339684421b3d9
parent52d6f5b044239e7a081eda4f0792fa51b7043ad3 (diff)
downloadaur-fbe2ac669d6a0442892e4438c1069a2c4fe7df8a.tar.gz
[security] Update skaffold-bin to v0.28.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9edf4e3b352d..abdd741cd24e 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.27.0
+ pkgver = 0.28.0
pkgrel = 1
url = https://github.com/GoogleContainerTools/skaffold
arch = x86_64
@@ -10,10 +10,10 @@ pkgbase = skaffold-bin
conflicts = skaffold-git
replaces = skaffold
replaces = skaffold-git
- source = skaffold-linux-amd64::https://github.com/GoogleContainerTools/skaffold/releases/download/v0.27.0/skaffold-linux-amd64
+ source = skaffold-linux-amd64::https://github.com/GoogleContainerTools/skaffold/releases/download/v0.28.0/skaffold-linux-amd64
source = LICENSE::https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/LICENSE
- sha256sums = d40e9fb9a9a62d962537a0d02ca5966b7c63541f7c769e19c02848653393a941
- sha256sums = 94509863dc46e6673e2d4da4f5fdbe08596b42d27df2e1ada966c48d2f2dc0ec
+ sha256sums = c8501c1443cdbccd9fde628e06829fe5a9d7cbb07ea5722c60ae4fee358eb727
+ sha256sums = 43a2aa523a99dddb6c131e67e11334493e64c67f03b0d8f6745b6b3f34157d65
pkgname = skaffold-bin
diff --git a/PKGBUILD b/PKGBUILD
index a2262c47a912..09d64d2d89ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgauthor=GoogleContainerTools
_upstream_pkgname=skaffold
pkgname=skaffold-bin
-pkgver=0.27.0
+pkgver=0.28.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=('d40e9fb9a9a62d962537a0d02ca5966b7c63541f7c769e19c02848653393a941'
+sha256sums=('c8501c1443cdbccd9fde628e06829fe5a9d7cbb07ea5722c60ae4fee358eb727'
'43a2aa523a99dddb6c131e67e11334493e64c67f03b0d8f6745b6b3f34157d65')
package() {