summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2023-08-31 05:33:04 +0800
committerlilac2023-08-31 05:33:04 +0800
commitb520b7dafe0d68e9d21f0f46a9ca340c5653d09e (patch)
treef2d49ec4e347379b4c73778cd940ec275bb43ae4
parent4cfe4143bf19c9b03ae1d80733ca6c7847c9e970 (diff)
downloadaur-b520b7dafe0d68e9d21f0f46a9ca340c5653d09e.tar.gz
[lilac] updated to 2.19.2-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2bb2e9524611..cca928676fcf 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.1
+ pkgver = 2.19.2
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.1.tar.gz::https://github.com/okteto/okteto/archive/2.19.1.tar.gz
- sha256sums = 786dec607c6095906bdb410e6ec5ecc8ff00d02a4008f42fbde2e4f6e4cfbb0c
+ source = okteto-2.19.2.tar.gz::https://github.com/okteto/okteto/archive/2.19.2.tar.gz
+ sha256sums = 4a872fdf1654f324c849256cc898ae09dd18bd81281cca310df6606643e8fe56
pkgname = okteto
diff --git a/PKGBUILD b/PKGBUILD
index 8ee4f8435e83..e893fe9bcba2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: simonsmh <simonsmh@gmail.com>
pkgname=okteto
-pkgver=2.19.1
+pkgver=2.19.2
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=('786dec607c6095906bdb410e6ec5ecc8ff00d02a4008f42fbde2e4f6e4cfbb0c')
+sha256sums=('4a872fdf1654f324c849256cc898ae09dd18bd81281cca310df6606643e8fe56')
build() {
cd "$pkgname-$pkgver"