summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Birks2020-06-12 16:22:12 -0400
committerDavid Birks2020-06-12 16:22:12 -0400
commit140d2fcc75153e830c7fbad1113c953426bad19e (patch)
tree127cebcf28cb3d270a7704e4d31516adeb61e41b
parent720657d002cf38bf429eaefd037ff09a535b2dae (diff)
downloadaur-140d2fcc75153e830c7fbad1113c953426bad19e.tar.gz
Update to 0.14.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f6515e227b3..f9862c87074f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tilt
pkgdesc = Local Kubernetes development with no stress
- pkgver = 0.14.2
+ pkgver = 0.14.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.14.2.tar.gz::https://github.com/windmilleng/tilt/archive/v0.14.2.tar.gz
- sha256sums = 4bf9aaecc470d76bb6523f5fe66e84af007cf524c4a006c837aa87053ee6d2af
+ source = tilt-0.14.3.tar.gz::https://github.com/windmilleng/tilt/archive/v0.14.3.tar.gz
+ sha256sums = 6c10f8cdee51b5cbfccfa2e3b3c92495a60784814a9d6abbf8229cc186c12a66
pkgname = tilt
diff --git a/PKGBUILD b/PKGBUILD
index 8963081a1545..e324341a953f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=tilt
pkgdesc='Local Kubernetes development with no stress'
-pkgver=0.14.2
+pkgver=0.14.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=('4bf9aaecc470d76bb6523f5fe66e84af007cf524c4a006c837aa87053ee6d2af')
+sha256sums=('6c10f8cdee51b5cbfccfa2e3b3c92495a60784814a9d6abbf8229cc186c12a66')
build() {
cd $pkgname-$pkgver