summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Birks2020-04-30 19:14:45 -0400
committerDavid Birks2020-04-30 19:14:45 -0400
commitf05a3978ff0ffe184833a52b4e459e41438224bb (patch)
treeda075f8e520015c8be3f474b917d54ebae1f51de
parent8b69ebfd342f127b4e4f56f07b7b78374c236fb4 (diff)
downloadaur-f05a3978ff0ffe184833a52b4e459e41438224bb.tar.gz
Update to 0.13.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 23b40c7ff1dd..7a3a8e0a8371 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tilt
pkgdesc = Local Kubernetes development with no stress
- pkgver = 0.13.3
+ pkgver = 0.13.4
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.13.3.tar.gz::https://github.com/windmilleng/tilt/archive/v0.13.3.tar.gz
- sha256sums = 4d71201b53e10b019e61a5ea12c89516c832bddf0283e5a9d4e3e0a56468bad9
+ source = tilt-0.13.4.tar.gz::https://github.com/windmilleng/tilt/archive/v0.13.4.tar.gz
+ sha256sums = e44c9d6d72f492937ca7fb50f107488060b275083cba3e6b4a0e9bab9bdde1a5
pkgname = tilt
diff --git a/PKGBUILD b/PKGBUILD
index 4565bad855ac..a35b90e1fc1f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=tilt
pkgdesc='Local Kubernetes development with no stress'
-pkgver=0.13.3
+pkgver=0.13.4
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=('4d71201b53e10b019e61a5ea12c89516c832bddf0283e5a9d4e3e0a56468bad9')
+sha256sums=('e44c9d6d72f492937ca7fb50f107488060b275083cba3e6b4a0e9bab9bdde1a5')
build() {
cd $pkgname-$pkgver