summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Birks2020-04-01 20:47:31 -0400
committerDavid Birks2020-04-01 20:47:31 -0400
commit38457b7bbca5fc77e90f3c756b966cea4932d9f1 (patch)
tree16812f1912dd24aee02d564104a5a875196ff502
parentb5fd6415db3aebd80ec6e4b391dfec23b72ac936 (diff)
downloadaur-38457b7bbca5fc77e90f3c756b966cea4932d9f1.tar.gz
Update to 0.13.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee5a8170dd51..62e14c93c60e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tilt
pkgdesc = Local Kubernetes development with no stress
- pkgver = 0.12.11
+ pkgver = 0.13.0
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.12.11.tar.gz::https://github.com/windmilleng/tilt/archive/v0.12.11.tar.gz
- sha256sums = 8e6f80b75ff272156ad1b20c44c7e9dc0697463fcfef697c2e4c5aaa0d7aacff
+ source = tilt-0.13.0.tar.gz::https://github.com/windmilleng/tilt/archive/v0.13.0.tar.gz
+ sha256sums = 124cb73cfbc074627a735bb3608fac2e7cc2c73ddbbf17827d1af484943d1f4c
pkgname = tilt
diff --git a/PKGBUILD b/PKGBUILD
index 64e80ea88bee..c4cde12a1309 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=tilt
pkgdesc='Local Kubernetes development with no stress'
-pkgver=0.12.11
+pkgver=0.13.0
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=('8e6f80b75ff272156ad1b20c44c7e9dc0697463fcfef697c2e4c5aaa0d7aacff')
+sha256sums=('124cb73cfbc074627a735bb3608fac2e7cc2c73ddbbf17827d1af484943d1f4c')
build() {
cd $pkgname-$pkgver