summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Beaumont2020-05-07 20:23:45 +0200
committerMichael Beaumont2020-05-07 20:23:45 +0200
commit951d6b11660ce7f6ca1a6ef8b23d1a24eeaaedc6 (patch)
tree630dd3a97352676db2bbc24f451288206b5d7728
parent7679c099d9bff4b1dc19689ef899d75804afc90a (diff)
downloadaur-951d6b11660ce7f6ca1a6ef8b23d1a24eeaaedc6.tar.gz
[security] Pkg update to v1.9.1
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD4
3 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c5ee44de58bb..e04f8d592049 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = skaffold-bin
pkgdesc = Command line tool that facilitates continuous development for Kubernetes applications
- pkgver = 1.9.0
+ pkgver = 1.9.1
pkgrel = 1
url = https://skaffold.dev
arch = x86_64
@@ -8,8 +8,8 @@ pkgbase = skaffold-bin
optdepends = bash-completion: for tab completion
provides = skaffold
conflicts = skaffold
- source = skaffold-bin-1.9.0::https://storage.googleapis.com/skaffold/releases/v1.9.0/skaffold-linux-amd64
- sha256sums = e0d2191863a91063267b98e652b31cb041e0605be7eba67ea4faf29631b5e8d6
+ source = skaffold-bin-1.9.1::https://storage.googleapis.com/skaffold/releases/v1.9.1/skaffold-linux-amd64
+ sha256sums = 6078dbaa83dcfbeeef4ebdce0f6cfeff510cc34b6f3156b32b256d02a74973e5
pkgname = skaffold-bin
diff --git a/.gitignore b/.gitignore
index 6aa4cbb0fbbe..a66e0df3ec8d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,5 @@
pkg/
src/
-*.tar.*
+*.tar*
skaffold-linux-amd64
LICENSE
diff --git a/PKGBUILD b/PKGBUILD
index ba561f98c934..00abc8e4eec3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=skaffold-bin
_pkgname="${pkgname%-bin}"
-pkgver=1.9.0
+pkgver=1.9.1
pkgrel=1
pkgdesc='Command line tool that facilitates continuous development for Kubernetes applications'
arch=('x86_64')
@@ -17,7 +17,7 @@ optdepends=('bash-completion: for tab completion')
provides=("$_pkgname")
conflicts=("$_pkgname")
source=("$pkgname-$pkgver::https://storage.googleapis.com/$_pkgname/releases/v$pkgver/$_pkgname-$_goos-$_goarch")
-sha256sums=('e0d2191863a91063267b98e652b31cb041e0605be7eba67ea4faf29631b5e8d6')
+sha256sums=('6078dbaa83dcfbeeef4ebdce0f6cfeff510cc34b6f3156b32b256d02a74973e5')
package() {
install -Dm 755 "$pkgname-$pkgver" "$pkgdir/usr/bin/$_pkgname"