summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Birks2020-04-16 15:23:30 -0400
committerDavid Birks2020-04-16 15:23:30 -0400
commitbd1f12dd8464205262a6a4b871c91b8717a44613 (patch)
treec28736812aae3c28cf32101ae67e9ae8ed28f0c7
parent7587ee16c58956d20cfe0c07053e61b25e6a2a5f (diff)
downloadaur-bd1f12dd8464205262a6a4b871c91b8717a44613.tar.gz
Update to 0.13.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 789ed513bacb..a4f45743287e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tilt
pkgdesc = Local Kubernetes development with no stress
- pkgver = 0.13.1
+ pkgver = 0.13.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.13.1.tar.gz::https://github.com/windmilleng/tilt/archive/v0.13.1.tar.gz
- sha256sums = 91e30bfb719b4eef461e4fac3eb2983fc90fe8e5f1c6a358a94e0e29830fc50a
+ source = tilt-0.13.2.tar.gz::https://github.com/windmilleng/tilt/archive/v0.13.2.tar.gz
+ sha256sums = 45d02283def527bcd9c1edcafdf9613967b86ea9e2c00b68eccf324deb010b94
pkgname = tilt
diff --git a/PKGBUILD b/PKGBUILD
index b65b139f4436..b016bac3950c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=tilt
pkgdesc='Local Kubernetes development with no stress'
-pkgver=0.13.1
+pkgver=0.13.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=('91e30bfb719b4eef461e4fac3eb2983fc90fe8e5f1c6a358a94e0e29830fc50a')
+sha256sums=('45d02283def527bcd9c1edcafdf9613967b86ea9e2c00b68eccf324deb010b94')
build() {
cd $pkgname-$pkgver