summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Birks2020-08-26 08:20:47 -0400
committerDavid Birks2020-08-26 08:20:47 -0400
commitc561f0deaf133355beade17ed4f6ed62fb8d6365 (patch)
tree2b9203569de8a1bd7e220514d80951246034027a
parent1acd7d6c3e79aa221ddb5d7a075e0beafc7969ca (diff)
downloadaur-c561f0deaf133355beade17ed4f6ed62fb8d6365.tar.gz
Update to 0.17.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8d7b2a377cbc..381124f7d9f2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tilt
pkgdesc = Local Kubernetes development with no stress
- pkgver = 0.17.2
+ pkgver = 0.17.3
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.2.tar.gz::https://github.com/windmilleng/tilt/archive/v0.17.2.tar.gz
- sha256sums = 8e098a06f7afce0157d2d406e8cb0d66618362fa72fd624468b50dbef1de40a8
+ source = tilt-0.17.3.tar.gz::https://github.com/windmilleng/tilt/archive/v0.17.3.tar.gz
+ sha256sums = 3d73462aaffc5545aab70d69edc8f7a3d705f5d9d4c85458b160a5538777662a
pkgname = tilt
diff --git a/PKGBUILD b/PKGBUILD
index b9fa15ce7f7f..33591c8a363b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=tilt
pkgdesc='Local Kubernetes development with no stress'
-pkgver=0.17.2
+pkgver=0.17.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=('8e098a06f7afce0157d2d406e8cb0d66618362fa72fd624468b50dbef1de40a8')
+sha256sums=('3d73462aaffc5545aab70d69edc8f7a3d705f5d9d4c85458b160a5538777662a')
build() {
cd $pkgname-$pkgver