summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMateusz Gozdek2024-05-17 15:24:52 +0200
committerMateusz Gozdek2024-05-17 15:24:52 +0200
commit464678cfeeeeb6dcc895106defe06dfcee377e0c (patch)
treeebe374e39e8958af3de71d2f43cf3fa2a95ed26a
parenta5b6ccb51073783843989270144fd6bd837283a9 (diff)
downloadaur-464678cfeeeeb6dcc895106defe06dfcee377e0c.tar.gz
Update to v0.33.14
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 943bad6bc62e..90f7feb58506 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = tilt-bin
pkgdesc = Local Kubernetes development with no stress
- pkgver = 0.33.13
+ pkgver = 0.33.14
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.13/tilt.0.33.13.linux.x86_64.tar.gz
- sha256sums = 5d13dae29f23f958380999c020657a20d4907d2e0e66d10e5eb6486da970ae2c
+ source = https://github.com/tilt-dev/tilt/releases/download/v0.33.14/tilt.0.33.14.linux.x86_64.tar.gz
+ sha256sums = 4b0472c223c87d90533d58f913fa20123fb4dc9738cfb19b90fc06bde4aa45b2
pkgname = tilt-bin
diff --git a/PKGBUILD b/PKGBUILD
index f3078cc890dd..ce1c48344338 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname="tilt-bin"
_pkgname="tilt"
-pkgver=0.33.13
+pkgver=0.33.14
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=('5d13dae29f23f958380999c020657a20d4907d2e0e66d10e5eb6486da970ae2c')
+sha256sums=('4b0472c223c87d90533d58f913fa20123fb4dc9738cfb19b90fc06bde4aa45b2')
package() {
install -D -m 0644 README.md "$pkgdir/usr/share/doc/tilt/README.md"