summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Dobre2021-11-22 17:15:45 +0200
committerAndrei Dobre2021-11-22 17:15:45 +0200
commit82a8eb5196c96c4fdb3cecaa6dee2ae239330ed2 (patch)
tree26963f332736a7e15fb416a97ac8955295ee7ea6
parent3622df18bd4d8f5aad383e30f9e80a1d4fa1d1a0 (diff)
downloadaur-82a8eb5196c96c4fdb3cecaa6dee2ae239330ed2.tar.gz
Update to 0.23.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8511d9830622..347725af3845 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = tilt
pkgdesc = Local Kubernetes development with no stress
- pkgver = 0.23.0
+ pkgver = 0.23.1
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.0/tilt.0.23.0.linux.x86_64.tar.gz
- sha256sums = d94fcb44a8ff9599a653a5e6b7b3c34f99a4ac70ca64f8e6dfa3009f3fba4c5c
+ source = https://github.com/tilt-dev/tilt/releases/download/v0.23.1/tilt.0.23.1.linux.x86_64.tar.gz
+ sha256sums = 736eba94401d4312fd538ee7d10d0fefbe8594d5c8f1f0cfff12f145d3632e32
pkgname = tilt
diff --git a/PKGBUILD b/PKGBUILD
index 94317775cad5..f529cc39d5b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=tilt
pkgdesc="Local Kubernetes development with no stress"
-pkgver=0.23.0
+pkgver=0.23.1
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=('d94fcb44a8ff9599a653a5e6b7b3c34f99a4ac70ca64f8e6dfa3009f3fba4c5c')
+sha256sums=('736eba94401d4312fd538ee7d10d0fefbe8594d5c8f1f0cfff12f145d3632e32')
package() {
install -Dm 755 "${srcdir}/tilt" "${pkgdir}/usr/bin/tilt"