summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9ab5865fe4b7..c3b3710ec7e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname="tilt-bin"
_pkgname="tilt"
-pkgver=0.33.7
+pkgver=0.33.8
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=('ae00b1d61292902ff4939f979a6c6c74e89de62acd8a82b365e3b5bd88320e64')
+sha256sums=('c2b648f5c4e7a3ac341c5d3663db5165e5a412645fd22807268ab34a97f1a8e8')
package() {
install -D -m 0644 README.md "$pkgdir/usr/share/doc/tilt/README.md"