summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Dobre2022-02-12 07:39:56 +0200
committerAndrei Dobre2022-02-12 07:39:56 +0200
commit5f320559c77aba6d046e5bb966d660defb9fab57 (patch)
tree5d3d4753039de96911394304fdeed75a3df224c0
parent5e32d05fcbcd0b6b2d889bbd8f7ce9d60b41205f (diff)
downloadaur-5f320559c77aba6d046e5bb966d660defb9fab57.tar.gz
Update to 0.25.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 345571489ea4..6614994eeeea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = tilt
pkgdesc = Local Kubernetes development with no stress
- pkgver = 0.24.1
+ pkgver = 0.25.0
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.24.1/tilt.0.24.1.linux.x86_64.tar.gz
- sha256sums = 729f5079e599f0610f9b369fafa47a153af6d7fb6cbb031eece45bbed72f02ca
+ source = https://github.com/tilt-dev/tilt/releases/download/v0.25.0/tilt.0.25.0.linux.x86_64.tar.gz
+ sha256sums = 06459ecc3c158e692538305caf2a56fe155c415b1d6fd27f9ea37f51bbc9de18
pkgname = tilt
diff --git a/PKGBUILD b/PKGBUILD
index dc0b79bdf19d..387e48b4ac85 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=tilt
pkgdesc="Local Kubernetes development with no stress"
-pkgver=0.24.1
+pkgver=0.25.0
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=('729f5079e599f0610f9b369fafa47a153af6d7fb6cbb031eece45bbed72f02ca')
+sha256sums=('06459ecc3c158e692538305caf2a56fe155c415b1d6fd27f9ea37f51bbc9de18')
package() {
install -Dm 755 "${srcdir}/tilt" "${pkgdir}/usr/bin/tilt"