summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Dobre2022-01-08 17:41:40 +0200
committerAndrei Dobre2022-01-08 17:41:40 +0200
commitb682c1c1363bd5e59daaaa224e4a226914b8f64f (patch)
tree5ebbe39aa53c7029e2447ec2d4fe043d79735566
parent9f3be36451c3b80ff3984f660a10a63da9dc0380 (diff)
downloadaur-b682c1c1363bd5e59daaaa224e4a226914b8f64f.tar.gz
Update to 0.23.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a114cdacd50..883f0d126730 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = tilt
pkgdesc = Local Kubernetes development with no stress
- pkgver = 0.23.4
+ pkgver = 0.23.5
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.4/tilt.0.23.4.linux.x86_64.tar.gz
- sha256sums = b5e3ec7b6abbb4ee89a2a3bc6b3c55062c889d7812922c83c13b6c099f709a2f
+ source = https://github.com/tilt-dev/tilt/releases/download/v0.23.5/tilt.0.23.5.linux.x86_64.tar.gz
+ sha256sums = dcfd2ba7aadbe66a11dcfb071ba083ec1c6b7ebd3c792c502383b94d0a2132e4
pkgname = tilt
diff --git a/PKGBUILD b/PKGBUILD
index 558e9b798eec..03d13de12a0a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=tilt
pkgdesc="Local Kubernetes development with no stress"
-pkgver=0.23.4
+pkgver=0.23.5
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=('b5e3ec7b6abbb4ee89a2a3bc6b3c55062c889d7812922c83c13b6c099f709a2f')
+sha256sums=('dcfd2ba7aadbe66a11dcfb071ba083ec1c6b7ebd3c792c502383b94d0a2132e4')
package() {
install -Dm 755 "${srcdir}/tilt" "${pkgdir}/usr/bin/tilt"