summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2024-03-19 04:59:28 +0800
committerlilac2024-03-19 04:59:28 +0800
commitb43435143fbdc22257e2048765327729dc6c7ce0 (patch)
treecefb22938163c858833f2b7b6b8546547fc28c5a
parenta2fffe67afa0c41fb0346db5f6ea96a13501718e (diff)
downloadaur-b43435143fbdc22257e2048765327729dc6c7ce0.tar.gz
[lilac] updated to 2.25.3-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3ef44c1f2ba4..20f06f9d1512 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.2
+ pkgver = 2.25.3
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.2.tar.gz::https://github.com/okteto/okteto/archive/2.25.2.tar.gz
- sha256sums = eab16fd286b941fd54dced57a3221d386c4f60aa2e38a02ed7a9f5ef7224dad4
+ source = okteto-2.25.3.tar.gz::https://github.com/okteto/okteto/archive/2.25.3.tar.gz
+ sha256sums = f8ed10e0318d423a5d188de75b9c4efd974601348fc87a1f3d1597327eeb4d7a
pkgname = okteto
diff --git a/PKGBUILD b/PKGBUILD
index adfffdc01e9b..459da00373d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: simonsmh <simonsmh@gmail.com>
pkgname=okteto
-pkgver=2.25.2
+pkgver=2.25.3
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=('eab16fd286b941fd54dced57a3221d386c4f60aa2e38a02ed7a9f5ef7224dad4')
+sha256sums=('f8ed10e0318d423a5d188de75b9c4efd974601348fc87a1f3d1597327eeb4d7a')
build() {
cd "$pkgname-$pkgver"