summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2023-06-02 21:37:07 +0800
committerlilac2023-06-02 21:37:07 +0800
commite0e638e20de60b1bd0ae4200812ffe4f97feabf9 (patch)
tree182855675019900a0895e76f9eb09723dcb871c9
parent8957576592c69da1c2a493bb31722f390b3db161 (diff)
downloadaur-e0e638e20de60b1bd0ae4200812ffe4f97feabf9.tar.gz
[lilac] updated to 2.16.3-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b3902c4e1dcb..53e928f1dc5f 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.2
+ pkgver = 2.16.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.16.2.tar.gz::https://github.com/okteto/okteto/archive/2.16.2.tar.gz
- sha256sums = 69e112a60c3476ea073d33a4827caef2bf9c25933a34581cce3bc964187509c1
+ source = okteto-2.16.3.tar.gz::https://github.com/okteto/okteto/archive/2.16.3.tar.gz
+ sha256sums = 92c31c73248f2acaa92248702a2feec4eca2b36808335f7a66c79408539f39f9
pkgname = okteto
diff --git a/PKGBUILD b/PKGBUILD
index 9cf0522a465d..e21519cf02f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: simonsmh <simonsmh@gmail.com>
pkgname=okteto
-pkgver=2.16.2
+pkgver=2.16.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=('69e112a60c3476ea073d33a4827caef2bf9c25933a34581cce3bc964187509c1')
+sha256sums=('92c31c73248f2acaa92248702a2feec4eca2b36808335f7a66c79408539f39f9')
build() {
cd "$pkgname-$pkgver"