summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Birks2020-05-15 11:15:08 -0400
committerDavid Birks2020-05-15 11:15:08 -0400
commit73b57f5d1f1c8f53b8f995dbf89aba064e44dc28 (patch)
treed39589efc24821cb7b65f5ee7a519a6d0051df43
parent734f577380f6137a58bc06b211bc81cf6004c131 (diff)
downloadaur-73b57f5d1f1c8f53b8f995dbf89aba064e44dc28.tar.gz
Update to 0.13.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bae22707d824..556b119d36db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tilt
pkgdesc = Local Kubernetes development with no stress
- pkgver = 0.13.5
+ pkgver = 0.13.6
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.5.tar.gz::https://github.com/windmilleng/tilt/archive/v0.13.5.tar.gz
- sha256sums = 57ef7181fe505247c2fd59849af2cad6112e6d16fd4565d0fa8bc814a23eb7c3
+ source = tilt-0.13.6.tar.gz::https://github.com/windmilleng/tilt/archive/v0.13.6.tar.gz
+ sha256sums = a31f13a6bdd42bc629a5357363a7601fc036e7d8bc6a169b9d82667efe689115
pkgname = tilt
diff --git a/PKGBUILD b/PKGBUILD
index 7fa91e754651..339b1cfdf3ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=tilt
pkgdesc='Local Kubernetes development with no stress'
-pkgver=0.13.5
+pkgver=0.13.6
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=('57ef7181fe505247c2fd59849af2cad6112e6d16fd4565d0fa8bc814a23eb7c3')
+sha256sums=('a31f13a6bdd42bc629a5357363a7601fc036e7d8bc6a169b9d82667efe689115')
build() {
cd $pkgname-$pkgver