summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2023-09-12 22:09:17 +0800
committerlilac2023-09-12 22:09:17 +0800
commit2dce4130cbf2ac0ae0286dd19fc3b24e5328cc19 (patch)
tree342ad69e5eedd218b69faca98140cd69d9790f28
parentb520b7dafe0d68e9d21f0f46a9ca340c5653d09e (diff)
downloadaur-2dce4130cbf2ac0ae0286dd19fc3b24e5328cc19.tar.gz
[lilac] updated to 2.20.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cca928676fcf..fe1aadf304cb 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.19.2
+ pkgver = 2.20.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.19.2.tar.gz::https://github.com/okteto/okteto/archive/2.19.2.tar.gz
- sha256sums = 4a872fdf1654f324c849256cc898ae09dd18bd81281cca310df6606643e8fe56
+ source = okteto-2.20.0.tar.gz::https://github.com/okteto/okteto/archive/2.20.0.tar.gz
+ sha256sums = 7cf5dee99fb287457b1bf6f8cbb1e81cc5036cb40115034893534df43da96fc9
pkgname = okteto
diff --git a/PKGBUILD b/PKGBUILD
index e893fe9bcba2..2464c5d24376 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: simonsmh <simonsmh@gmail.com>
pkgname=okteto
-pkgver=2.19.2
+pkgver=2.20.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=('4a872fdf1654f324c849256cc898ae09dd18bd81281cca310df6606643e8fe56')
+sha256sums=('7cf5dee99fb287457b1bf6f8cbb1e81cc5036cb40115034893534df43da96fc9')
build() {
cd "$pkgname-$pkgver"