summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Dobre2022-01-29 11:48:32 +0200
committerAndrei Dobre2022-01-29 11:48:32 +0200
commit323ac38449bef7fb722b3109e9a80bf6ea14b95b (patch)
tree899dc3127f1391a27ed38a5a9c4fccaa74194b3d
parentd12f90ba10187aecd64463f17c6937b1fe925f05 (diff)
downloadaur-323ac38449bef7fb722b3109e9a80bf6ea14b95b.tar.gz
Update to 0.23.9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f883ecef759f..6f89c9b540c4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = tilt
pkgdesc = Local Kubernetes development with no stress
- pkgver = 0.23.8
+ pkgver = 0.23.9
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.8/tilt.0.23.8.linux.x86_64.tar.gz
- sha256sums = d2c25897579055f9dcb55e5ce18c46246f110b1fccf0ba9fcb2854af510b8027
+ source = https://github.com/tilt-dev/tilt/releases/download/v0.23.9/tilt.0.23.9.linux.x86_64.tar.gz
+ sha256sums = e7efda372371fefc993ec6bdd378b6d684792475862a4cb1b47b9e6d39f54d33
pkgname = tilt
diff --git a/PKGBUILD b/PKGBUILD
index 5bd866499bae..e2cce90da31c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=tilt
pkgdesc="Local Kubernetes development with no stress"
-pkgver=0.23.8
+pkgver=0.23.9
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=('d2c25897579055f9dcb55e5ce18c46246f110b1fccf0ba9fcb2854af510b8027')
+sha256sums=('e7efda372371fefc993ec6bdd378b6d684792475862a4cb1b47b9e6d39f54d33')
package() {
install -Dm 755 "${srcdir}/tilt" "${pkgdir}/usr/bin/tilt"