summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Dobre2022-03-04 23:55:46 +0200
committerAndrei Dobre2022-03-04 23:55:46 +0200
commitaa3f0737bb0e266b112a3ffc29bc32f7c2672847 (patch)
tree5a2fe5e0f3f9d4d0b4d64fd5fe233f2480d4d53e
parente4cc9674ffacdcae8d58980f2af9d5768f20c35b (diff)
downloadaur-aa3f0737bb0e266b112a3ffc29bc32f7c2672847.tar.gz
Update to 0.25.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1dce5944feb0..8c30e2cbaa14 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = tilt
pkgdesc = Local Kubernetes development with no stress
- pkgver = 0.25.2
+ pkgver = 0.25.3
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.2/tilt.0.25.2.linux.x86_64.tar.gz
- sha256sums = d7b8c21ea3ab41fe147d1816379fcaf6201dd9253a54619bd3df370e2e04fc24
+ source = https://github.com/tilt-dev/tilt/releases/download/v0.25.3/tilt.0.25.3.linux.x86_64.tar.gz
+ sha256sums = 2a357fa25c5ddc1887167a7d4db8ff2b0eb856fd860525cf8fa34a66102ce6e3
pkgname = tilt
diff --git a/PKGBUILD b/PKGBUILD
index 5e7ae94330d0..d764c1b24d0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=tilt
pkgdesc="Local Kubernetes development with no stress"
-pkgver=0.25.2
+pkgver=0.25.3
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=('d7b8c21ea3ab41fe147d1816379fcaf6201dd9253a54619bd3df370e2e04fc24')
+sha256sums=('2a357fa25c5ddc1887167a7d4db8ff2b0eb856fd860525cf8fa34a66102ce6e3')
package() {
install -Dm 755 "${srcdir}/tilt" "${pkgdir}/usr/bin/tilt"