summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Birks2020-04-09 16:33:25 -0400
committerDavid Birks2020-04-09 16:33:25 -0400
commit7587ee16c58956d20cfe0c07053e61b25e6a2a5f (patch)
tree40fd19a3296b05520394868258c1ce76732a5716
parent38457b7bbca5fc77e90f3c756b966cea4932d9f1 (diff)
downloadaur-7587ee16c58956d20cfe0c07053e61b25e6a2a5f.tar.gz
Update to 0.13.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 62e14c93c60e..789ed513bacb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tilt
pkgdesc = Local Kubernetes development with no stress
- pkgver = 0.13.0
+ pkgver = 0.13.1
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.0.tar.gz::https://github.com/windmilleng/tilt/archive/v0.13.0.tar.gz
- sha256sums = 124cb73cfbc074627a735bb3608fac2e7cc2c73ddbbf17827d1af484943d1f4c
+ source = tilt-0.13.1.tar.gz::https://github.com/windmilleng/tilt/archive/v0.13.1.tar.gz
+ sha256sums = 91e30bfb719b4eef461e4fac3eb2983fc90fe8e5f1c6a358a94e0e29830fc50a
pkgname = tilt
diff --git a/PKGBUILD b/PKGBUILD
index c4cde12a1309..b65b139f4436 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=tilt
pkgdesc='Local Kubernetes development with no stress'
-pkgver=0.13.0
+pkgver=0.13.1
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=('124cb73cfbc074627a735bb3608fac2e7cc2c73ddbbf17827d1af484943d1f4c')
+sha256sums=('91e30bfb719b4eef461e4fac3eb2983fc90fe8e5f1c6a358a94e0e29830fc50a')
build() {
cd $pkgname-$pkgver