summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Birks2020-08-14 19:37:59 -0400
committerDavid Birks2020-08-14 19:37:59 -0400
commit1acd7d6c3e79aa221ddb5d7a075e0beafc7969ca (patch)
treec73ce704cfc1f8d9c04aebe2676686065fca8be1
parentb3b6a6bdaf9f4c7f95264856d17f5f3baf813cf8 (diff)
downloadaur-1acd7d6c3e79aa221ddb5d7a075e0beafc7969ca.tar.gz
Update to 0.17.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e28ad46c4447..8d7b2a377cbc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tilt
pkgdesc = Local Kubernetes development with no stress
- pkgver = 0.17.1
+ pkgver = 0.17.2
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.1.tar.gz::https://github.com/windmilleng/tilt/archive/v0.17.1.tar.gz
- sha256sums = 43e2c5ab83dda690719b318cb6f8916d958faf295576b5586dde2cac87e909f8
+ source = tilt-0.17.2.tar.gz::https://github.com/windmilleng/tilt/archive/v0.17.2.tar.gz
+ sha256sums = 8e098a06f7afce0157d2d406e8cb0d66618362fa72fd624468b50dbef1de40a8
pkgname = tilt
diff --git a/PKGBUILD b/PKGBUILD
index 5400d20a3763..b9fa15ce7f7f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=tilt
pkgdesc='Local Kubernetes development with no stress'
-pkgver=0.17.1
+pkgver=0.17.2
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=('43e2c5ab83dda690719b318cb6f8916d958faf295576b5586dde2cac87e909f8')
+sha256sums=('8e098a06f7afce0157d2d406e8cb0d66618362fa72fd624468b50dbef1de40a8')
build() {
cd $pkgname-$pkgver