summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Birks2020-10-19 14:29:59 -0400
committerDavid Birks2020-10-19 14:29:59 -0400
commitcc5378274fab79db9d82e4e72fa8dcb8117e357b (patch)
treefed1da8ebee5bd0de778b9a522b8be7b5f775e87
parent86ec5638979895c0c3e4b0d7fdedbe819c871a0f (diff)
downloadaur-cc5378274fab79db9d82e4e72fa8dcb8117e357b.tar.gz
Update to 0.17.9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c79a854d1c7..ea302698fbeb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tilt
pkgdesc = Local Kubernetes development with no stress
- pkgver = 0.17.7
+ pkgver = 0.17.9
pkgrel = 1
url = https://github.com/windmilleng/tilt
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = tilt
makedepends = yarn
optdepends = kubectl
conflicts = tilt-bin
- source = tilt-0.17.7.tar.gz::https://github.com/windmilleng/tilt/archive/v0.17.7.tar.gz
- sha256sums = 747b5a1f95f5c1ccd9d9352354d17e3682ff5edb83ad1da5f9cdd339e550696c
+ source = tilt-0.17.9.tar.gz::https://github.com/windmilleng/tilt/archive/v0.17.9.tar.gz
+ sha256sums = 6630b5a80e5fec7d34e563db83b6533ed8114aa423f1a8c4154e90461d8858b6
pkgname = tilt
diff --git a/PKGBUILD b/PKGBUILD
index 397ba31e122e..34dab1483864 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=tilt
pkgdesc='Local Kubernetes development with no stress'
-pkgver=0.17.7
+pkgver=0.17.9
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=('747b5a1f95f5c1ccd9d9352354d17e3682ff5edb83ad1da5f9cdd339e550696c')
+sha256sums=('6630b5a80e5fec7d34e563db83b6533ed8114aa423f1a8c4154e90461d8858b6')
build() {
cd $pkgname-$pkgver