summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Cocora2019-07-09 10:21:08 +0100
committerStefan Cocora2019-07-09 10:21:08 +0100
commitd710a833b1db569cecdb979729fbe155a4112159 (patch)
tree5ba8d8697149870ed9b4cdfab0657c57bf0fa5d2
parentac28965291d5773244dbdb8da8df8ef62ceeb136 (diff)
downloadaur-d710a833b1db569cecdb979729fbe155a4112159.tar.gz
[security] Update skaffold-bin to v0.33.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 65bd871e9348..7a74708fabe5 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.32.0
+ pkgver = 0.33.0
pkgrel = 1
url = https://github.com/GoogleContainerTools/skaffold
arch = x86_64
@@ -10,10 +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.32.0/skaffold-linux-amd64
+ source = skaffold-linux-amd64::https://github.com/GoogleContainerTools/skaffold/releases/download/v0.33.0/skaffold-linux-amd64
source = LICENSE::https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/LICENSE
- sha256sums = 9bf481e6753876a27ec76518c61e49631506e077e16f6b9d3870a1b79cdc580c
+ sha256sums = a39752fb12764bd89071676bae28c2e3b37ffc6ceee43c88310a421e99124ccb
sha256sums = 43a2aa523a99dddb6c131e67e11334493e64c67f03b0d8f6745b6b3f34157d65
pkgname = skaffold-bin
-
diff --git a/PKGBUILD b/PKGBUILD
index d79d5278264d..3b45d50cb2df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgauthor=GoogleContainerTools
_upstream_pkgname=skaffold
pkgname=skaffold-bin
-pkgver=0.32.0
+pkgver=0.33.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=('9bf481e6753876a27ec76518c61e49631506e077e16f6b9d3870a1b79cdc580c'
+sha256sums=('a39752fb12764bd89071676bae28c2e3b37ffc6ceee43c88310a421e99124ccb'
'43a2aa523a99dddb6c131e67e11334493e64c67f03b0d8f6745b6b3f34157d65')
package() {