summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0a18d611db51..0017870eaa0c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = tilt
pkgdesc = Local Kubernetes development with no stress
- pkgver = 0.26.1
+ pkgver = 0.26.2
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.26.1/tilt.0.26.1.linux.x86_64.tar.gz
- sha256sums = 82cecb5d0dc678d7fa4df7b32b45351cf1f1ce7a31dd434148939131327e5dc6
+ source = https://github.com/tilt-dev/tilt/releases/download/v0.26.2/tilt.0.26.2.linux.x86_64.tar.gz
+ sha256sums = 61d9368534ca9de80e55ad1a53fd089eb1f89a63795cd332209eed35119e46ef
pkgname = tilt
diff --git a/PKGBUILD b/PKGBUILD
index a466fc01b5fe..a0d56120f3f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=tilt
pkgdesc="Local Kubernetes development with no stress"
-pkgver=0.26.1
+pkgver=0.26.2
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=('82cecb5d0dc678d7fa4df7b32b45351cf1f1ce7a31dd434148939131327e5dc6')
+sha256sums=('61d9368534ca9de80e55ad1a53fd089eb1f89a63795cd332209eed35119e46ef')
package() {
install -Dm 755 "${srcdir}/tilt" "${pkgdir}/usr/bin/tilt"