summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid Birks2020-04-24 13:54:37 -0400
committerDavid Birks2020-04-24 13:54:37 -0400
commit8b69ebfd342f127b4e4f56f07b7b78374c236fb4 (patch)
treeb998d9ea9d69bcd2b7d68dad68d2cc4493b5ac17 /PKGBUILD
parentbd1f12dd8464205262a6a4b871c91b8717a44613 (diff)
downloadaur-8b69ebfd342f127b4e4f56f07b7b78374c236fb4.tar.gz
Update to 0.13.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b016bac3950c..4565bad855ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=tilt
pkgdesc='Local Kubernetes development with no stress'
-pkgver=0.13.2
+pkgver=0.13.3
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=('45d02283def527bcd9c1edcafdf9613967b86ea9e2c00b68eccf324deb010b94')
+sha256sums=('4d71201b53e10b019e61a5ea12c89516c832bddf0283e5a9d4e3e0a56468bad9')
build() {
cd $pkgname-$pkgver