summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Cocora2019-03-09 23:24:43 +0000
committerStefan Cocora2019-03-09 23:24:43 +0000
commitfcf0c2afdad6518d8891ce99b3f1a04cd010cb9b (patch)
tree0d71410b49319428ed954e8a3711d8561a010e63
parentd6fbb606344dd80aacba1be451bc035f855a460b (diff)
downloadaur-fcf0c2afdad6518d8891ce99b3f1a04cd010cb9b.tar.gz
[security] Update skaffold-bin to v0.24.0
Removed docs since upstream isn't shipping them anymore Related: https://github.com/GoogleContainerTools/skaffold/issues/1432
-rw-r--r--PKGBUILD11
1 files changed, 2 insertions, 9 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2104beb25866..fdc36fef652d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgauthor=GoogleContainerTools
_upstream_pkgname=skaffold
pkgname=skaffold-bin
-pkgver=0.20.0
+pkgver=0.24.0
pkgrel=1
pkgdesc="A command line tool that facilitates continuous development for Kubernetes applications."
arch=('x86_64')
@@ -25,13 +25,9 @@ _doc_html="index.html"
_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}"
- # "${_doc_html}::https://storage.googleapis.com/${_upstream_pkgname}/releases/v${pkgver}/docs/index.html"
- # "${_doc_pdf}::https://storage.googleapis.com/${_upstream_pkgname}/releases/v${pkgver}/docs/index.pdf"
"LICENSE::https://raw.githubusercontent.com/${_pkgauthor}/${_upstream_pkgname}/master/LICENSE")
sha256sums=(
- "c829abdd3273107f98432f2aa77bd58192b48485a125ac2e6732fb52760ce4e3"
- # "932bb93b9d321d1e3dc974d171cea360a04f2e233d3bc759a32cc34859296285"
- # "8645efc4d2da7d6a0aeb23b2bc81d069bfd490e06ff78df82aab13a36e1ab85a"
+ "e542a668bc1e585b5de66b7460d820ea7cd07bdbd2eb5f5f5c00efa56495e03d"
"43a2aa523a99dddb6c131e67e11334493e64c67f03b0d8f6745b6b3f34157d65"
)
@@ -39,7 +35,4 @@ package() {
install -Dm755 "${srcdir}/${_upstream_pkgname}-${_goos}-${_goarch}" "${pkgdir}/usr/bin/${_upstream_pkgname}"
install -Dm644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${_upstream_pkgname}/LICENSE"
-
- # install -Dm644 "${srcdir}/${_doc_html}" "${pkgdir}/usr/share/doc/${_upstream_pkgname}/html/${_doc_html}"
- # install -Dm644 "${srcdir}/${_doc_pdf}" "${pkgdir}/usr/share/doc/${_upstream_pkgname}/pdf/${_doc_pdf}"
}