summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2023-02-01 05:26:11 +0800
committerlilac2023-02-01 05:26:11 +0800
commit3db1dc673e2cf97d12829fc9b0176935578edb7c (patch)
tree38d91601c4a93956a12b5f7e00557f57b39876b7
parentd1f88db8162597165a2cb60dd1b21ad6915f317d (diff)
downloadaur-3db1dc673e2cf97d12829fc9b0176935578edb7c.tar.gz
[lilac] updated to 2.12.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 13800ad6c0b9..641a473b467d 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.11.1
+ pkgver = 2.12.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.11.1.tar.gz::https://github.com/okteto/okteto/archive/2.11.1.tar.gz
- sha256sums = 7753ab2b297494994030a08cd498f18c6d0757e11a502fa70458bf0b1e5bd932
+ source = okteto-2.12.0.tar.gz::https://github.com/okteto/okteto/archive/2.12.0.tar.gz
+ sha256sums = fddbef4d32a6ffe107c8b1518781446a3d75ae78c289f42ee1860e13e1a4a450
pkgname = okteto
diff --git a/PKGBUILD b/PKGBUILD
index 4ef254d49bd1..d8a25003e992 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: simonsmh <simonsmh@gmail.com>
pkgname=okteto
-pkgver=2.11.1
+pkgver=2.12.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=('7753ab2b297494994030a08cd498f18c6d0757e11a502fa70458bf0b1e5bd932')
+sha256sums=('fddbef4d32a6ffe107c8b1518781446a3d75ae78c289f42ee1860e13e1a4a450')
build() {
cd "$pkgname-$pkgver"