summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid Birks2020-07-14 10:22:28 -0400
committerDavid Birks2020-07-14 10:22:28 -0400
commitf5c589f0da416aef7876c47214915a78f5a18dc3 (patch)
tree9d95234e9e19167aae35ad9e1819ed17e0eab1f6 /PKGBUILD
parenta66a5f071d6b6512aa26917a76043c60b8243b06 (diff)
downloadaur-f5c589f0da416aef7876c47214915a78f5a18dc3.tar.gz
Update to 0.16.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 786f7748c199..9d8c4bc78fb7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=tilt
pkgdesc='Local Kubernetes development with no stress'
-pkgver=0.15.2
+pkgver=0.16.0
pkgrel=1
arch=('x86_64')
license=('Apache')
@@ -11,7 +11,7 @@ optdepends=('kubectl')
makedepends=('go' 'nodejs' 'yarn')
conflicts=('tilt-bin')
source=("$pkgname-$pkgver.tar.gz::https://github.com/windmilleng/tilt/archive/v$pkgver.tar.gz")
-sha256sums=('0aab974f702af9ddde95238416a3b793ae2d14d0f1a0d5387fc19cb9d708ca10')
+sha256sums=('c27549b7364a3dce7dae515b398c62076d6b3566cde06747f07c4db92c20d75d')
build() {
cd $pkgname-$pkgver