summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2023-05-31 23:08:26 +0800
committerlilac2023-05-31 23:08:26 +0800
commit8957576592c69da1c2a493bb31722f390b3db161 (patch)
tree2801bbed4b6500cfb89734a3606d71b42c8882f6
parent702270e180cb9b8cd889526281528c69c208b3a7 (diff)
downloadaur-8957576592c69da1c2a493bb31722f390b3db161.tar.gz
[lilac] updated to 2.16.2-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d58e0e48f83..b3902c4e1dcb 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.16.1
+ pkgver = 2.16.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.16.1.tar.gz::https://github.com/okteto/okteto/archive/2.16.1.tar.gz
- sha256sums = 9844eadce231f8a4122cc4f4e3b6ce4549cfc13f05cfd532f2e261e817b32b1f
+ source = okteto-2.16.2.tar.gz::https://github.com/okteto/okteto/archive/2.16.2.tar.gz
+ sha256sums = 69e112a60c3476ea073d33a4827caef2bf9c25933a34581cce3bc964187509c1
pkgname = okteto
diff --git a/PKGBUILD b/PKGBUILD
index be75248fd0f1..9cf0522a465d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: simonsmh <simonsmh@gmail.com>
pkgname=okteto
-pkgver=2.16.1
+pkgver=2.16.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=('9844eadce231f8a4122cc4f4e3b6ce4549cfc13f05cfd532f2e261e817b32b1f')
+sha256sums=('69e112a60c3476ea073d33a4827caef2bf9c25933a34581cce3bc964187509c1')
build() {
cd "$pkgname-$pkgver"