summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid Birks2020-10-05 14:26:41 -0400
committerDavid Birks2020-10-05 14:26:41 -0400
commit86ec5638979895c0c3e4b0d7fdedbe819c871a0f (patch)
treed44151b20d801481a69296ec50c3750a65e3908e /PKGBUILD
parent432769f15aeb55e73f0730499a0ab9b8e73f08d3 (diff)
downloadaur-86ec5638979895c0c3e4b0d7fdedbe819c871a0f.tar.gz
Update to 0.17.7
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index de01663738b5..397ba31e122e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=tilt
pkgdesc='Local Kubernetes development with no stress'
-pkgver=0.17.5
+pkgver=0.17.7
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=('cfd9844bad8743ba93eebe9be5251d0bc53b149ce42b535334b4db24ce14435d')
+sha256sums=('747b5a1f95f5c1ccd9d9352354d17e3682ff5edb83ad1da5f9cdd339e550696c')
build() {
cd $pkgname-$pkgver