summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 56c9229a6526..827febdb8f49 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.26.0
+ pkgver = 2.26.1
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.26.0.tar.gz::https://github.com/okteto/okteto/archive/2.26.0.tar.gz
- sha256sums = 2015386aa186f948a4e2025576dc63695a336c70149db2b940431e943fb7f63b
+ source = okteto-2.26.1.tar.gz::https://github.com/okteto/okteto/archive/2.26.1.tar.gz
+ sha256sums = f873a0cfb7a43b92672745e404c1aa3b72840eb8399ffdb93befd3389ace215d
pkgname = okteto
diff --git a/PKGBUILD b/PKGBUILD
index ca7b33bb3a29..1bc1af362ddc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: simonsmh <simonsmh@gmail.com>
pkgname=okteto
-pkgver=2.26.0
+pkgver=2.26.1
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=('2015386aa186f948a4e2025576dc63695a336c70149db2b940431e943fb7f63b')
+sha256sums=('f873a0cfb7a43b92672745e404c1aa3b72840eb8399ffdb93befd3389ace215d')
build() {
cd "$pkgname-$pkgver"