summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrei Dobre2022-03-20 08:02:34 +0200
committerAndrei Dobre2022-03-20 08:02:34 +0200
commit30602abfae82fb725462dc5d1ef7e7c3c425c172 (patch)
treecd1249a551e9cf175486025529c93e71805a5212 /PKGBUILD
parentc47d5c5736445f1cfb7b4c37230bfc1de41ee7f7 (diff)
downloadaur-30602abfae82fb725462dc5d1ef7e7c3c425c172.tar.gz
Update to 0.26.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a466fc01b5fe..a0d56120f3f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=tilt
pkgdesc="Local Kubernetes development with no stress"
-pkgver=0.26.1
+pkgver=0.26.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=('82cecb5d0dc678d7fa4df7b32b45351cf1f1ce7a31dd434148939131327e5dc6')
+sha256sums=('61d9368534ca9de80e55ad1a53fd089eb1f89a63795cd332209eed35119e46ef')
package() {
install -Dm 755 "${srcdir}/tilt" "${pkgdir}/usr/bin/tilt"