summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Birks2020-09-16 14:25:10 -0400
committerDavid Birks2020-09-16 14:25:10 -0400
commit432769f15aeb55e73f0730499a0ab9b8e73f08d3 (patch)
tree6b2afc86c2a67d8cf52eaa920bf1a4d9f3da6b79
parent4d4dfdf260027c0fd47642f8599b79f08b99ea8d (diff)
downloadaur-432769f15aeb55e73f0730499a0ab9b8e73f08d3.tar.gz
Update to 0.17.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e2014e1268df..ff1d0a16fe68 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tilt
pkgdesc = Local Kubernetes development with no stress
- pkgver = 0.17.4
+ pkgver = 0.17.5
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.17.4.tar.gz::https://github.com/windmilleng/tilt/archive/v0.17.4.tar.gz
- sha256sums = d0f221fa25cc0e2c306516e472198b58819db164e10cdd086e97d3e347eb55a2
+ source = tilt-0.17.5.tar.gz::https://github.com/windmilleng/tilt/archive/v0.17.5.tar.gz
+ sha256sums = cfd9844bad8743ba93eebe9be5251d0bc53b149ce42b535334b4db24ce14435d
pkgname = tilt
diff --git a/PKGBUILD b/PKGBUILD
index 5a0466e3649b..de01663738b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=tilt
pkgdesc='Local Kubernetes development with no stress'
-pkgver=0.17.4
+pkgver=0.17.5
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=('d0f221fa25cc0e2c306516e472198b58819db164e10cdd086e97d3e347eb55a2')
+sha256sums=('cfd9844bad8743ba93eebe9be5251d0bc53b149ce42b535334b4db24ce14435d')
build() {
cd $pkgname-$pkgver