summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Dobre2021-12-11 00:01:22 +0200
committerAndrei Dobre2021-12-11 00:01:22 +0200
commit97bb66c9dc3811f022a7a070471df19450df8860 (patch)
tree5e61a2dc3c7b49fa9c04e12363839384a4c1ba94
parentcd75b2d24164edc048e6e5e4b735f3a22950caa5 (diff)
downloadaur-97bb66c9dc3811f022a7a070471df19450df8860.tar.gz
Update to 0.23.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 81d61af3f6f4..8f3b8a4c399e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = tilt
pkgdesc = Local Kubernetes development with no stress
- pkgver = 0.23.2
+ pkgver = 0.23.3
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.2/tilt.0.23.2.linux.x86_64.tar.gz
- sha256sums = e11242f87641e97f778ef1ca3b84084209d3f98324d3aa1af9d4cc97be26afaf
+ source = https://github.com/tilt-dev/tilt/releases/download/v0.23.3/tilt.0.23.3.linux.x86_64.tar.gz
+ sha256sums = b5a71165f6956c3d9266350b1bffadf579082a90b4eeab3b678ba0c6e4baaea1
pkgname = tilt
diff --git a/PKGBUILD b/PKGBUILD
index 02a1d385452f..d1ced5b6bab2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=tilt
pkgdesc="Local Kubernetes development with no stress"
-pkgver=0.23.2
+pkgver=0.23.3
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=('e11242f87641e97f778ef1ca3b84084209d3f98324d3aa1af9d4cc97be26afaf')
+sha256sums=('b5a71165f6956c3d9266350b1bffadf579082a90b4eeab3b678ba0c6e4baaea1')
package() {
install -Dm 755 "${srcdir}/tilt" "${pkgdir}/usr/bin/tilt"