summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Birks2020-06-05 16:25:34 -0400
committerDavid Birks2020-06-05 16:25:34 -0400
commit720657d002cf38bf429eaefd037ff09a535b2dae (patch)
treee4bc3bea7f0c8f3ef7053d1b9c4b24e0b430522f
parent3ad4474c204db7d9da35f0b8222b2ce493e97f6a (diff)
downloadaur-720657d002cf38bf429eaefd037ff09a535b2dae.tar.gz
Update to 0.14.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c697a3380bad..7f6515e227b3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tilt
pkgdesc = Local Kubernetes development with no stress
- pkgver = 0.14.1
+ pkgver = 0.14.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.14.1.tar.gz::https://github.com/windmilleng/tilt/archive/v0.14.1.tar.gz
- sha256sums = 2055b7790c392c9cb5a50a3183349729c33d5dc95d3bd57bee20ded9c0de45d0
+ source = tilt-0.14.2.tar.gz::https://github.com/windmilleng/tilt/archive/v0.14.2.tar.gz
+ sha256sums = 4bf9aaecc470d76bb6523f5fe66e84af007cf524c4a006c837aa87053ee6d2af
pkgname = tilt
diff --git a/PKGBUILD b/PKGBUILD
index 95e77ae167ba..8963081a1545 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=tilt
pkgdesc='Local Kubernetes development with no stress'
-pkgver=0.14.1
+pkgver=0.14.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=('2055b7790c392c9cb5a50a3183349729c33d5dc95d3bd57bee20ded9c0de45d0')
+sha256sums=('4bf9aaecc470d76bb6523f5fe66e84af007cf524c4a006c837aa87053ee6d2af')
build() {
cd $pkgname-$pkgver