summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Birks2020-07-17 17:23:14 -0400
committerDavid Birks2020-07-17 17:23:14 -0400
commit914f99fdadeeb135a34377a60f7226dcaf91a17c (patch)
tree70219ce3ee93f4ef80df898557727a7579addb91
parentf5c589f0da416aef7876c47214915a78f5a18dc3 (diff)
downloadaur-914f99fdadeeb135a34377a60f7226dcaf91a17c.tar.gz
Update to 0.16.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db6008f7a83e..81134d7578a0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tilt
pkgdesc = Local Kubernetes development with no stress
- pkgver = 0.16.0
+ pkgver = 0.16.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.16.0.tar.gz::https://github.com/windmilleng/tilt/archive/v0.16.0.tar.gz
- sha256sums = c27549b7364a3dce7dae515b398c62076d6b3566cde06747f07c4db92c20d75d
+ source = tilt-0.16.1.tar.gz::https://github.com/windmilleng/tilt/archive/v0.16.1.tar.gz
+ sha256sums = 4df87f9efaa83e518d45f0ea10b6b3f7839076ab70731e434ce2f45f794770d4
pkgname = tilt
diff --git a/PKGBUILD b/PKGBUILD
index 9d8c4bc78fb7..8f6c92e90600 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=tilt
pkgdesc='Local Kubernetes development with no stress'
-pkgver=0.16.0
+pkgver=0.16.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=('c27549b7364a3dce7dae515b398c62076d6b3566cde06747f07c4db92c20d75d')
+sha256sums=('4df87f9efaa83e518d45f0ea10b6b3f7839076ab70731e434ce2f45f794770d4')
build() {
cd $pkgname-$pkgver