summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrealgagu2019-08-16 13:14:59 -0500
committerfrealgagu2019-08-16 13:14:59 -0500
commit135a4bf60abb65daabe9a163c4e221e86cfa6fb1 (patch)
tree2d334658309dfb3dd45d424505eaa29962b8298b
parentf7463b2a095850849a6ea615f58eb803bfb10275 (diff)
downloadaur-135a4bf60abb65daabe9a163c4e221e86cfa6fb1.tar.gz
Upgrading to version 0.36.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 785200155e9b..e4a9de732dd8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = skaffold
pkgdesc = A command line tool that facilitates continuous development for Kubernetes applications
- pkgver = 0.35.0
+ pkgver = 0.36.0
pkgrel = 1
url = https://github.com/GoogleContainerTools/skaffold
arch = x86_64
@@ -10,9 +10,9 @@ pkgbase = skaffold
depends = kubectl
optdepends = google-cloud-sdk: To use GKE
optdepends = minikube: To use Minikube
- source = skaffold-0.35.0.tar.gz::https://github.com/GoogleContainerTools/skaffold/archive/v0.35.0.tar.gz
+ source = skaffold-0.36.0.tar.gz::https://github.com/GoogleContainerTools/skaffold/archive/v0.36.0.tar.gz
source = build_info.patch
- sha256sums = a2b8092e916d0e6915734208a27c9e92a766962a26357647d4ca01fc7aa53029
+ sha256sums = 3b4d1b305feee16f3c44951e56a5105de00166384cef3265dd0f724081afcf41
sha256sums = 6d5ce208be729d2451f524bbbe9899614d4ce65c6f167a073c0ef28bf4e1b109
pkgname = skaffold
diff --git a/PKGBUILD b/PKGBUILD
index 547e9c1263bf..b816e47c146e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Stefan Cocora <stefan dot cocora at gmail dot com>
pkgname=skaffold
-pkgver=0.35.0
+pkgver=0.36.0
pkgrel=1
pkgdesc="A command line tool that facilitates continuous development for Kubernetes applications"
arch=("x86_64")
@@ -20,10 +20,10 @@ source=(
"build_info.patch"
)
sha256sums=(
- "a2b8092e916d0e6915734208a27c9e92a766962a26357647d4ca01fc7aa53029"
+ "3b4d1b305feee16f3c44951e56a5105de00166384cef3265dd0f724081afcf41"
"6d5ce208be729d2451f524bbbe9899614d4ce65c6f167a073c0ef28bf4e1b109"
)
-_commit="1da7608f9eb21ebe722bc054584e591e4223a3dc"
+_commit="1c054d4ffc7e14b4d81efcbea8b2022403ee4b89"
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"