summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d764c1b24d0c..1efa6327102c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=tilt
pkgdesc="Local Kubernetes development with no stress"
-pkgver=0.25.3
+pkgver=0.26.0
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=('2a357fa25c5ddc1887167a7d4db8ff2b0eb856fd860525cf8fa34a66102ce6e3')
+sha256sums=('f86e7184ec6d1bc5c00a56d5a51237aff549f25289ec00bc3c03f81710b35b87')
package() {
install -Dm 755 "${srcdir}/tilt" "${pkgdir}/usr/bin/tilt"