summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMateusz Gozdek2023-11-30 01:21:28 +0100
committerMateusz Gozdek2023-11-30 01:21:28 +0100
commite918850d9fdb702a78a9209d3f0382c79cc29489 (patch)
tree04eea594b2a9646dbdf18ded5d55094c1031fca3
parentd41b145fc46f9afa0da6070fc450240d78bcafd2 (diff)
downloadaur-e918850d9fdb702a78a9209d3f0382c79cc29489.tar.gz
Update to v0.33.7
Signed-off-by: Mateusz Gozdek <mgozdekof@gmail.com>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9def6641a60e..524aff60a3db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = tilt-bin
pkgdesc = Local Kubernetes development with no stress
- pkgver = 0.33.6
+ pkgver = 0.33.7
pkgrel = 1
url = https://tilt.dev
arch = x86_64
license = Apache
provides = tilt
conflicts = tilt
- source = https://github.com/tilt-dev/tilt/releases/download/v0.33.6/tilt.0.33.6.linux.x86_64.tar.gz
- sha256sums = 66d41fa58e3d601521ea0435039b6f4e546422f6f9d65b7c38ee436202f2b2b6
+ source = https://github.com/tilt-dev/tilt/releases/download/v0.33.7/tilt.0.33.7.linux.x86_64.tar.gz
+ sha256sums = ae00b1d61292902ff4939f979a6c6c74e89de62acd8a82b365e3b5bd88320e64
pkgname = tilt-bin
diff --git a/PKGBUILD b/PKGBUILD
index 9011be42bded..9ab5865fe4b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname="tilt-bin"
_pkgname="tilt"
-pkgver=0.33.6
+pkgver=0.33.7
pkgrel=1
pkgdesc='Local Kubernetes development with no stress'
arch=('x86_64')
@@ -13,7 +13,7 @@ license=('Apache')
provides=("$_pkgname")
conflicts=("$_pkgname")
source=("https://github.com/tilt-dev/tilt/releases/download/v${pkgver}/${_pkgname}.${pkgver}.linux.x86_64.tar.gz")
-sha256sums=('66d41fa58e3d601521ea0435039b6f4e546422f6f9d65b7c38ee436202f2b2b6')
+sha256sums=('ae00b1d61292902ff4939f979a6c6c74e89de62acd8a82b365e3b5bd88320e64')
package() {
install -D -m 0644 README.md "$pkgdir/usr/share/doc/tilt/README.md"