summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrealgagu2019-08-03 21:28:16 -0500
committerfrealgagu2019-08-03 21:28:16 -0500
commitf7463b2a095850849a6ea615f58eb803bfb10275 (patch)
treef939a7d8ff8cbfc264657a15613ec60f109df443
parent418dbe971701481d0bca756caaee9d0e4eb1c105 (diff)
downloadaur-f7463b2a095850849a6ea615f58eb803bfb10275.tar.gz
Upgrading to version 0.35.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1814401e6368..785200155e9b 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.33.0
+ pkgver = 0.35.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.33.0.tar.gz::https://github.com/GoogleContainerTools/skaffold/archive/v0.33.0.tar.gz
+ source = skaffold-0.35.0.tar.gz::https://github.com/GoogleContainerTools/skaffold/archive/v0.35.0.tar.gz
source = build_info.patch
- sha256sums = 9d0fc93fa93ef90c17eea701c6365e4304a1bff776fad636c2b369a9c93493a6
+ sha256sums = a2b8092e916d0e6915734208a27c9e92a766962a26357647d4ca01fc7aa53029
sha256sums = 6d5ce208be729d2451f524bbbe9899614d4ce65c6f167a073c0ef28bf4e1b109
pkgname = skaffold
diff --git a/PKGBUILD b/PKGBUILD
index 2e3553e67ca7..547e9c1263bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Stefan Cocora <stefan dot cocora at gmail dot com>
pkgname=skaffold
-pkgver=0.33.0
+pkgver=0.35.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=(
- "9d0fc93fa93ef90c17eea701c6365e4304a1bff776fad636c2b369a9c93493a6"
+ "a2b8092e916d0e6915734208a27c9e92a766962a26357647d4ca01fc7aa53029"
"6d5ce208be729d2451f524bbbe9899614d4ce65c6f167a073c0ef28bf4e1b109"
)
-_commit="68fe5670b38a19cc5f689040ad2088c5bdeea779"
+_commit="1da7608f9eb21ebe722bc054584e591e4223a3dc"
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"