summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Dobre2022-01-15 10:39:27 +0200
committerAndrei Dobre2022-01-15 10:39:27 +0200
commitc61408b25e9e02cb9845b20c9d0d4c1aec48c280 (patch)
tree91778c2467fe722cd283fe38c8fb550c8e7a6d3c
parentb682c1c1363bd5e59daaaa224e4a226914b8f64f (diff)
downloadaur-c61408b25e9e02cb9845b20c9d0d4c1aec48c280.tar.gz
Update to 0.23.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 883f0d126730..6538e7f8af67 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = tilt
pkgdesc = Local Kubernetes development with no stress
- pkgver = 0.23.5
+ pkgver = 0.23.6
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.5/tilt.0.23.5.linux.x86_64.tar.gz
- sha256sums = dcfd2ba7aadbe66a11dcfb071ba083ec1c6b7ebd3c792c502383b94d0a2132e4
+ source = https://github.com/tilt-dev/tilt/releases/download/v0.23.6/tilt.0.23.6.linux.x86_64.tar.gz
+ sha256sums = 97aaafad010de560f7f47e99684baa3412118844a0ca12293f8739506cf52b22
pkgname = tilt
diff --git a/PKGBUILD b/PKGBUILD
index 03d13de12a0a..227f2bf0cbb9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=tilt
pkgdesc="Local Kubernetes development with no stress"
-pkgver=0.23.5
+pkgver=0.23.6
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=('dcfd2ba7aadbe66a11dcfb071ba083ec1c6b7ebd3c792c502383b94d0a2132e4')
+sha256sums=('97aaafad010de560f7f47e99684baa3412118844a0ca12293f8739506cf52b22')
package() {
install -Dm 755 "${srcdir}/tilt" "${pkgdir}/usr/bin/tilt"