summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Dobre2022-02-26 12:30:34 +0200
committerAndrei Dobre2022-02-26 12:30:34 +0200
commite4cc9674ffacdcae8d58980f2af9d5768f20c35b (patch)
tree85ebed4eeca409c730a6c0e8741b7ba48a93a875
parent5f320559c77aba6d046e5bb966d660defb9fab57 (diff)
downloadaur-e4cc9674ffacdcae8d58980f2af9d5768f20c35b.tar.gz
Update to 0.25.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6614994eeeea..1dce5944feb0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = tilt
pkgdesc = Local Kubernetes development with no stress
- pkgver = 0.25.0
+ pkgver = 0.25.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.25.0/tilt.0.25.0.linux.x86_64.tar.gz
- sha256sums = 06459ecc3c158e692538305caf2a56fe155c415b1d6fd27f9ea37f51bbc9de18
+ source = https://github.com/tilt-dev/tilt/releases/download/v0.25.2/tilt.0.25.2.linux.x86_64.tar.gz
+ sha256sums = d7b8c21ea3ab41fe147d1816379fcaf6201dd9253a54619bd3df370e2e04fc24
pkgname = tilt
diff --git a/PKGBUILD b/PKGBUILD
index 387e48b4ac85..5e7ae94330d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=tilt
pkgdesc="Local Kubernetes development with no stress"
-pkgver=0.25.0
+pkgver=0.25.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=('06459ecc3c158e692538305caf2a56fe155c415b1d6fd27f9ea37f51bbc9de18')
+sha256sums=('d7b8c21ea3ab41fe147d1816379fcaf6201dd9253a54619bd3df370e2e04fc24')
package() {
install -Dm 755 "${srcdir}/tilt" "${pkgdir}/usr/bin/tilt"