summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Dobre2022-02-06 19:44:27 +0200
committerAndrei Dobre2022-02-06 19:44:27 +0200
commite114390beb9cd2ef4a96f8cf725677a6145f6cd5 (patch)
tree203e185a53593fadbc74899bb9e8f275c200c89c
parent323ac38449bef7fb722b3109e9a80bf6ea14b95b (diff)
downloadaur-e114390beb9cd2ef4a96f8cf725677a6145f6cd5.tar.gz
Update to 0.24.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6f89c9b540c4..5b456dc5e4ad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = tilt
pkgdesc = Local Kubernetes development with no stress
- pkgver = 0.23.9
+ pkgver = 0.24.0
pkgrel = 1
url = https://github.com/tilt-dev/tilt
arch = x86_64
license = Apache
conflicts = tilt-bin
- source = https://github.com/tilt-dev/tilt/releases/download/v0.23.9/tilt.0.23.9.linux.x86_64.tar.gz
- sha256sums = e7efda372371fefc993ec6bdd378b6d684792475862a4cb1b47b9e6d39f54d33
+ source = https://github.com/tilt-dev/tilt/releases/download/v0.24.0/tilt.0.24.0.linux.x86_64.tar.gz
+ sha256sums = 1233b6a18d4bdcce83859be31b6068bd68ad62ee83af10eebae80b0601aadee9
pkgname = tilt
diff --git a/PKGBUILD b/PKGBUILD
index e2cce90da31c..795695ceb22c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=tilt
pkgdesc="Local Kubernetes development with no stress"
-pkgver=0.23.9
+pkgver=0.24.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=('e7efda372371fefc993ec6bdd378b6d684792475862a4cb1b47b9e6d39f54d33')
+sha256sums=('1233b6a18d4bdcce83859be31b6068bd68ad62ee83af10eebae80b0601aadee9')
package() {
install -Dm 755 "${srcdir}/tilt" "${pkgdir}/usr/bin/tilt"