summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2023-07-18 20:51:36 +0800
committerlilac2023-07-18 20:51:36 +0800
commit6b0ec16097f2a147c5effeb6de00862d6e9e129e (patch)
treeb2932a919e949bc0ed6077caf9380fa2316ebe98
parenta7bb71185bf52cb57ef48615bf7aa5a1cbd98e4d (diff)
downloadaur-6b0ec16097f2a147c5effeb6de00862d6e9e129e.tar.gz
[lilac] updated to 2.18.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e2275b80680..efcab97830a4 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.17.0
+ pkgver = 2.18.0
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.17.0.tar.gz::https://github.com/okteto/okteto/archive/2.17.0.tar.gz
- sha256sums = 7b5e7b7b37bc8de667d6f7544519a8f8b40f929719f80d0c4c1371715a30b8c1
+ source = okteto-2.18.0.tar.gz::https://github.com/okteto/okteto/archive/2.18.0.tar.gz
+ sha256sums = babecece38b11737c91d0466cb877f043d52c4635fbe64d1940cd866194a7569
pkgname = okteto
diff --git a/PKGBUILD b/PKGBUILD
index 6103d507ef36..366ccafd4028 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: simonsmh <simonsmh@gmail.com>
pkgname=okteto
-pkgver=2.17.0
+pkgver=2.18.0
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=('7b5e7b7b37bc8de667d6f7544519a8f8b40f929719f80d0c4c1371715a30b8c1')
+sha256sums=('babecece38b11737c91d0466cb877f043d52c4635fbe64d1940cd866194a7569')
build() {
cd "$pkgname-$pkgver"