summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Birks2020-07-02 19:07:55 -0400
committerDavid Birks2020-07-02 19:07:55 -0400
commita66a5f071d6b6512aa26917a76043c60b8243b06 (patch)
tree4419a5100898f3344d778bd5125f75284d2054e0
parentbe7558c0c6dcb8d32062366db3272cbc95ec684c (diff)
downloadaur-a66a5f071d6b6512aa26917a76043c60b8243b06.tar.gz
Update to 0.15.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 198eed3ddb89..4aab0eca7916 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tilt
pkgdesc = Local Kubernetes development with no stress
- pkgver = 0.15.1
+ pkgver = 0.15.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.15.1.tar.gz::https://github.com/windmilleng/tilt/archive/v0.15.1.tar.gz
- sha256sums = e535a90b24e6ce5d23d14b0fa4e0c17968f3ff6c2a170bb90ae3a02d3e5de910
+ source = tilt-0.15.2.tar.gz::https://github.com/windmilleng/tilt/archive/v0.15.2.tar.gz
+ sha256sums = 0aab974f702af9ddde95238416a3b793ae2d14d0f1a0d5387fc19cb9d708ca10
pkgname = tilt
diff --git a/PKGBUILD b/PKGBUILD
index 8aaec5a0dbc1..786f7748c199 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=tilt
pkgdesc='Local Kubernetes development with no stress'
-pkgver=0.15.1
+pkgver=0.15.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=('e535a90b24e6ce5d23d14b0fa4e0c17968f3ff6c2a170bb90ae3a02d3e5de910')
+sha256sums=('0aab974f702af9ddde95238416a3b793ae2d14d0f1a0d5387fc19cb9d708ca10')
build() {
cd $pkgname-$pkgver