summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlilac2024-02-15 05:16:09 +0800
committerlilac2024-02-15 05:16:09 +0800
commita2fffe67afa0c41fb0346db5f6ea96a13501718e (patch)
treeaa85d3684f0205c0c7c69214248152309b604298 /PKGBUILD
parent2bcefe5deee0d5c6312cf43dc49cca6135bd7096 (diff)
downloadaur-a2fffe67afa0c41fb0346db5f6ea96a13501718e.tar.gz
[lilac] updated to 2.25.2-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d13ee7e00f13..adfffdc01e9b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: simonsmh <simonsmh@gmail.com>
pkgname=okteto
-pkgver=2.25.1
+pkgver=2.25.2
pkgrel=1
pkgdesc="Build better applications by developing and testing your code directly in Kubernetes."
arch=(x86_64 aarch64)
@@ -9,7 +9,7 @@ license=(Apache)
optdepends=(kubectl)
makedepends=(go-pie)
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/okteto/okteto/archive/${pkgver}.tar.gz")
-sha256sums=('c1f6749cd506321d463c17b87f62de0f4d9548b9259aff7c7e57186296590310')
+sha256sums=('eab16fd286b941fd54dced57a3221d386c4f60aa2e38a02ed7a9f5ef7224dad4')
build() {
cd "$pkgname-$pkgver"