summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid Birks2020-05-07 18:17:18 -0400
committerDavid Birks2020-05-07 18:17:18 -0400
commit734f577380f6137a58bc06b211bc81cf6004c131 (patch)
treefe57aa705448d21af43120be193074dadad6f074 /PKGBUILD
parentf05a3978ff0ffe184833a52b4e459e41438224bb (diff)
downloadaur-734f577380f6137a58bc06b211bc81cf6004c131.tar.gz
Update to 0.13.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a35b90e1fc1f..7fa91e754651 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=tilt
pkgdesc='Local Kubernetes development with no stress'
-pkgver=0.13.4
+pkgver=0.13.5
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=('e44c9d6d72f492937ca7fb50f107488060b275083cba3e6b4a0e9bab9bdde1a5')
+sha256sums=('57ef7181fe505247c2fd59849af2cad6112e6d16fd4565d0fa8bc814a23eb7c3')
build() {
cd $pkgname-$pkgver