summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Cocora2019-08-05 18:27:23 +0100
committerStefan Cocora2019-08-05 18:27:23 +0100
commitacf79bde86bda9377b84cef671cf1c46646d9c0d (patch)
tree2736d25a7ae88d289ed44e7c74dbf74be1bd74b7
parente78f834321b84fc0a5122b805143ac938c7dc26a (diff)
downloadaur-acf79bde86bda9377b84cef671cf1c46646d9c0d.tar.gz
[security] Update ELF to v0.34.1
-rw-r--r--.SRCINFO30
-rw-r--r--PKGBUILD4
2 files changed, 17 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e7cc08318110..b038056b9c3f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
pkgbase = skaffold-bin
- pkgdesc = A command line tool that facilitates continuous development for Kubernetes applications.
- pkgver = 0.34.0
- pkgrel = 1
- url = https://github.com/GoogleContainerTools/skaffold
- arch = x86_64
- license = Apache
- provides = skaffold-bin
- conflicts = skaffold
- conflicts = skaffold-git
- replaces = skaffold
- replaces = skaffold-git
- source = skaffold-linux-amd64::https://github.com/GoogleContainerTools/skaffold/releases/download/v0.34.0/skaffold-linux-amd64
- source = LICENSE::https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/LICENSE
- sha256sums = 5867f2e92c3694da3d7ef2d9240416d693557af5caf56b13bfc1533c7940b341
- sha256sums = 43a2aa523a99dddb6c131e67e11334493e64c67f03b0d8f6745b6b3f34157d65
+ pkgdesc = A command line tool that facilitates continuous development for Kubernetes applications.
+ pkgver = 0.34.1
+ pkgrel = 1
+ url = https://github.com/GoogleContainerTools/skaffold
+ arch = x86_64
+ license = Apache
+ provides = skaffold-bin
+ conflicts = skaffold
+ conflicts = skaffold-git
+ replaces = skaffold
+ replaces = skaffold-git
+ source = skaffold-linux-amd64::https://github.com/GoogleContainerTools/skaffold/releases/download/v0.34.1/skaffold-linux-amd64
+ source = LICENSE::https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/LICENSE
+ sha256sums = e2f036443486fe6fc5500bcf54ff55f0df1a810731ce44cdc3a916f5f8e56eea
+ sha256sums = 43a2aa523a99dddb6c131e67e11334493e64c67f03b0d8f6745b6b3f34157d65
pkgname = skaffold-bin
diff --git a/PKGBUILD b/PKGBUILD
index 22ec1c5b1ed5..ddd03ecd3222 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgauthor=GoogleContainerTools
_upstream_pkgname=skaffold
pkgname=skaffold-bin
-pkgver=0.34.0
+pkgver=0.34.1
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=('5867f2e92c3694da3d7ef2d9240416d693557af5caf56b13bfc1533c7940b341'
+sha256sums=('e2f036443486fe6fc5500bcf54ff55f0df1a810731ce44cdc3a916f5f8e56eea'
'43a2aa523a99dddb6c131e67e11334493e64c67f03b0d8f6745b6b3f34157d65')
package() {