summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Birks2020-05-07 18:17:18 -0400
committerDavid Birks2020-05-07 18:17:18 -0400
commit734f577380f6137a58bc06b211bc81cf6004c131 (patch)
treefe57aa705448d21af43120be193074dadad6f074
parentf05a3978ff0ffe184833a52b4e459e41438224bb (diff)
downloadaur-734f577380f6137a58bc06b211bc81cf6004c131.tar.gz
Update to 0.13.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a3a8e0a8371..bae22707d824 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tilt
pkgdesc = Local Kubernetes development with no stress
- pkgver = 0.13.4
+ pkgver = 0.13.5
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.4.tar.gz::https://github.com/windmilleng/tilt/archive/v0.13.4.tar.gz
- sha256sums = e44c9d6d72f492937ca7fb50f107488060b275083cba3e6b4a0e9bab9bdde1a5
+ source = tilt-0.13.5.tar.gz::https://github.com/windmilleng/tilt/archive/v0.13.5.tar.gz
+ sha256sums = 57ef7181fe505247c2fd59849af2cad6112e6d16fd4565d0fa8bc814a23eb7c3
pkgname = tilt
diff --git a/PKGBUILD b/PKGBUILD
index a35b90e1fc1f..7fa91e754651 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=tilt
pkgdesc='Local Kubernetes development with no stress'
-pkgver=0.13.4
+pkgver=0.13.5
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=('e44c9d6d72f492937ca7fb50f107488060b275083cba3e6b4a0e9bab9bdde1a5')
+sha256sums=('57ef7181fe505247c2fd59849af2cad6112e6d16fd4565d0fa8bc814a23eb7c3')
build() {
cd $pkgname-$pkgver