summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrei Dobre2021-12-04 07:07:25 +0200
committerAndrei Dobre2021-12-04 07:07:25 +0200
commitcd75b2d24164edc048e6e5e4b735f3a22950caa5 (patch)
tree4a8dbd2be1c3881cc0a92f17662c842716ba7410 /PKGBUILD
parent82a8eb5196c96c4fdb3cecaa6dee2ae239330ed2 (diff)
downloadaur-cd75b2d24164edc048e6e5e4b735f3a22950caa5.tar.gz
Update to 0.23.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f529cc39d5b7..02a1d385452f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=tilt
pkgdesc="Local Kubernetes development with no stress"
-pkgver=0.23.1
+pkgver=0.23.2
pkgrel=1
arch=('x86_64')
license=('Apache')
url="https://github.com/tilt-dev/tilt"
conflicts=('tilt-bin')
source=("https://github.com/tilt-dev/tilt/releases/download/v${pkgver}/tilt.${pkgver}.linux.x86_64.tar.gz")
-sha256sums=('736eba94401d4312fd538ee7d10d0fefbe8594d5c8f1f0cfff12f145d3632e32')
+sha256sums=('e11242f87641e97f778ef1ca3b84084209d3f98324d3aa1af9d4cc97be26afaf')
package() {
install -Dm 755 "${srcdir}/tilt" "${pkgdir}/usr/bin/tilt"