summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrei Dobre2022-03-04 23:55:46 +0200
committerAndrei Dobre2022-03-04 23:55:46 +0200
commitaa3f0737bb0e266b112a3ffc29bc32f7c2672847 (patch)
tree5a2fe5e0f3f9d4d0b4d64fd5fe233f2480d4d53e /PKGBUILD
parente4cc9674ffacdcae8d58980f2af9d5768f20c35b (diff)
downloadaur-aa3f0737bb0e266b112a3ffc29bc32f7c2672847.tar.gz
Update to 0.25.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5e7ae94330d0..d764c1b24d0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=tilt
pkgdesc="Local Kubernetes development with no stress"
-pkgver=0.25.2
+pkgver=0.25.3
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=('d7b8c21ea3ab41fe147d1816379fcaf6201dd9253a54619bd3df370e2e04fc24')
+sha256sums=('2a357fa25c5ddc1887167a7d4db8ff2b0eb856fd860525cf8fa34a66102ce6e3')
package() {
install -Dm 755 "${srcdir}/tilt" "${pkgdir}/usr/bin/tilt"