summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2023-02-10 21:32:40 +0800
committerlilac2023-02-10 21:32:40 +0800
commit8eafd7fc1778ff7964b3bda2c007327903dff941 (patch)
tree5e0d94e027ebed3d6b997f65f291e65000e1307d
parent3db1dc673e2cf97d12829fc9b0176935578edb7c (diff)
downloadaur-8eafd7fc1778ff7964b3bda2c007327903dff941.tar.gz
[lilac] updated to 2.12.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 641a473b467d..af7a42afb455 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.12.0
+ pkgver = 2.12.1
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.12.0.tar.gz::https://github.com/okteto/okteto/archive/2.12.0.tar.gz
- sha256sums = fddbef4d32a6ffe107c8b1518781446a3d75ae78c289f42ee1860e13e1a4a450
+ source = okteto-2.12.1.tar.gz::https://github.com/okteto/okteto/archive/2.12.1.tar.gz
+ sha256sums = 6b8c283315d5ec339f1aa9cce8b33c46d78f9ef3ad1d11200977b59cd0f51396
pkgname = okteto
diff --git a/PKGBUILD b/PKGBUILD
index d8a25003e992..8db94a5afcb1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: simonsmh <simonsmh@gmail.com>
pkgname=okteto
-pkgver=2.12.0
+pkgver=2.12.1
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=('fddbef4d32a6ffe107c8b1518781446a3d75ae78c289f42ee1860e13e1a4a450')
+sha256sums=('6b8c283315d5ec339f1aa9cce8b33c46d78f9ef3ad1d11200977b59cd0f51396')
build() {
cd "$pkgname-$pkgver"