summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid Birks2019-04-10 14:25:30 -0400
committerDavid Birks2019-04-10 14:25:30 -0400
commit9104b8d4a7415026dae82980aba4a9f00bdc1797 (patch)
tree0c3208ba01608bb0220f2a2e84123a9116ca65c4 /PKGBUILD
parentd8df84053822a9b740dec334aa4b518188f327fe (diff)
downloadaur-9104b8d4a7415026dae82980aba4a9f00bdc1797.tar.gz
Update to 0.9.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cc7914c812e4..970ee0c50f97 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
-# Maintainer: Fredy GarcĂ­a <frealgagu at gmail dot com>
+# Maintainer: David Birks <david@tellus.space>
pkgname=kaniko
-pkgver=0.1.0
+pkgver=0.9.0
pkgrel=1
pkgdesc="A tool to build container images from a Dockerfile, inside a container or Kubernetes cluster"
arch=("any")
@@ -9,7 +9,7 @@ url="https://github.com/GoogleContainerTools/${pkgname}"
license=("APACHE")
depends=("docker" "google-cloud-sdk")
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/GoogleContainerTools/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('69d37be27faa0739ceb7e88ed4c1d5f64b2756fba1417df1e53d0dddf1e45385')
+sha256sums=('f6138c7eb1f1e1418a0db8aaa890bc839dde3327f5f3a31546f34ca562022805')
package() {
install -Dm755 "${srcdir}/${pkgname}-${pkgver}/run_in_docker.sh" "${pkgdir}/usr/bin/${pkgname}"