summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2023-11-09 20:31:45 +0800
committerlilac2023-11-09 20:31:45 +0800
commitd0e837f208407722cdaacb106a738e0cdf7a1967 (patch)
tree66007fe6fd2fc30a7ab46d70fee13bb91645724d
parent189aca0ab0c057ecfc9da06382f751f2474aaad8 (diff)
downloadaur-d0e837f208407722cdaacb106a738e0cdf7a1967.tar.gz
[lilac] updated to 2.22.2-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 99cb924cd4a7..d2ac75b1f2d0 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.22.1
+ pkgver = 2.22.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.22.1.tar.gz::https://github.com/okteto/okteto/archive/2.22.1.tar.gz
- sha256sums = 063c406364bd2b9ca872be75cb075bb8823d716e58bf85342fa6fa3e30469dd9
+ source = okteto-2.22.2.tar.gz::https://github.com/okteto/okteto/archive/2.22.2.tar.gz
+ sha256sums = 7cda3b550336b2cf5c4885bc222911aa01037c05f37464890c392c85ec908043
pkgname = okteto
diff --git a/PKGBUILD b/PKGBUILD
index c177c1e815a9..1117f726595e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: simonsmh <simonsmh@gmail.com>
pkgname=okteto
-pkgver=2.22.1
+pkgver=2.22.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=('063c406364bd2b9ca872be75cb075bb8823d716e58bf85342fa6fa3e30469dd9')
+sha256sums=('7cda3b550336b2cf5c4885bc222911aa01037c05f37464890c392c85ec908043')
build() {
cd "$pkgname-$pkgver"