summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2024-02-15 05:16:09 +0800
committerlilac2024-02-15 05:16:09 +0800
commita2fffe67afa0c41fb0346db5f6ea96a13501718e (patch)
treeaa85d3684f0205c0c7c69214248152309b604298
parent2bcefe5deee0d5c6312cf43dc49cca6135bd7096 (diff)
downloadaur-a2fffe67afa0c41fb0346db5f6ea96a13501718e.tar.gz
[lilac] updated to 2.25.2-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a2a10fbb9b19..3ef44c1f2ba4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = okteto
pkgdesc = Build better applications by developing and testing your code directly in Kubernetes.
- pkgver = 2.25.1
+ pkgver = 2.25.2
pkgrel = 1
url = https://github.com/okteto/okteto
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = okteto
license = Apache
makedepends = go-pie
optdepends = kubectl
- source = okteto-2.25.1.tar.gz::https://github.com/okteto/okteto/archive/2.25.1.tar.gz
- sha256sums = c1f6749cd506321d463c17b87f62de0f4d9548b9259aff7c7e57186296590310
+ source = okteto-2.25.2.tar.gz::https://github.com/okteto/okteto/archive/2.25.2.tar.gz
+ sha256sums = eab16fd286b941fd54dced57a3221d386c4f60aa2e38a02ed7a9f5ef7224dad4
pkgname = okteto
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"