summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Dobre2022-01-22 13:49:25 +0200
committerAndrei Dobre2022-01-22 13:49:25 +0200
commitd12f90ba10187aecd64463f17c6937b1fe925f05 (patch)
treef6e366cdb387a7f312b2b87bdb013bcfd0ef3e50
parentc61408b25e9e02cb9845b20c9d0d4c1aec48c280 (diff)
downloadaur-d12f90ba10187aecd64463f17c6937b1fe925f05.tar.gz
Update to 0.23.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6538e7f8af67..f883ecef759f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = tilt
pkgdesc = Local Kubernetes development with no stress
- pkgver = 0.23.6
+ pkgver = 0.23.8
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.6/tilt.0.23.6.linux.x86_64.tar.gz
- sha256sums = 97aaafad010de560f7f47e99684baa3412118844a0ca12293f8739506cf52b22
+ source = https://github.com/tilt-dev/tilt/releases/download/v0.23.8/tilt.0.23.8.linux.x86_64.tar.gz
+ sha256sums = d2c25897579055f9dcb55e5ce18c46246f110b1fccf0ba9fcb2854af510b8027
pkgname = tilt
diff --git a/PKGBUILD b/PKGBUILD
index 227f2bf0cbb9..5bd866499bae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=tilt
pkgdesc="Local Kubernetes development with no stress"
-pkgver=0.23.6
+pkgver=0.23.8
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=('97aaafad010de560f7f47e99684baa3412118844a0ca12293f8739506cf52b22')
+sha256sums=('d2c25897579055f9dcb55e5ce18c46246f110b1fccf0ba9fcb2854af510b8027')
package() {
install -Dm 755 "${srcdir}/tilt" "${pkgdir}/usr/bin/tilt"