summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Birks2020-04-01 12:01:49 -0400
committerDavid Birks2020-04-01 12:01:49 -0400
commitb5fd6415db3aebd80ec6e4b391dfec23b72ac936 (patch)
tree8c789435cc5791cf864019024d28986d5d889933
parentac1b8016569deb2c3c18667e4651141e201da8b5 (diff)
downloadaur-b5fd6415db3aebd80ec6e4b391dfec23b72ac936.tar.gz
Update to 0.12.11
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 34c8feeea41c..ee5a8170dd51 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tilt
pkgdesc = Local Kubernetes development with no stress
- pkgver = 0.12.10
+ pkgver = 0.12.11
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.10.tar.gz::https://github.com/windmilleng/tilt/archive/v0.12.10.tar.gz
- sha256sums = 6d93c4aca51e1d23744c59f172bd1cb25944c3f990af1831b60fc362a4ea5af9
+ source = tilt-0.12.11.tar.gz::https://github.com/windmilleng/tilt/archive/v0.12.11.tar.gz
+ sha256sums = 8e6f80b75ff272156ad1b20c44c7e9dc0697463fcfef697c2e4c5aaa0d7aacff
pkgname = tilt
diff --git a/PKGBUILD b/PKGBUILD
index 127303e64059..64e80ea88bee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=tilt
pkgdesc='Local Kubernetes development with no stress'
-pkgver=0.12.10
+pkgver=0.12.11
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=('6d93c4aca51e1d23744c59f172bd1cb25944c3f990af1831b60fc362a4ea5af9')
+sha256sums=('8e6f80b75ff272156ad1b20c44c7e9dc0697463fcfef697c2e4c5aaa0d7aacff')
build() {
cd $pkgname-$pkgver