summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2023-08-17 04:59:34 +0800
committerlilac2023-08-17 04:59:34 +0800
commite4200f218640097d738c8e82a48190db9627da8e (patch)
treeb4e2eab122a17b88773ad61ca10c85361e87f898
parent213fdf8fb332f5edcfbec06f14cf00b434e789e7 (diff)
downloadaur-e4200f218640097d738c8e82a48190db9627da8e.tar.gz
[lilac] updated to 2.19.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ce860eec3d48..c9f9d29afc33 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.18.3
+ pkgver = 2.19.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.18.3.tar.gz::https://github.com/okteto/okteto/archive/2.18.3.tar.gz
- sha256sums = d66f6bc23f4495316b7459c1384cfe4f165fa6763cdc2d9da08d5e54d9d58e91
+ source = okteto-2.19.0.tar.gz::https://github.com/okteto/okteto/archive/2.19.0.tar.gz
+ sha256sums = 11dc934754b92cebbf63cbc57267c80e2cb68b065d1eedd2a1d07586d466a39b
pkgname = okteto
diff --git a/PKGBUILD b/PKGBUILD
index d7a5dbe607a3..71101b686903 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: simonsmh <simonsmh@gmail.com>
pkgname=okteto
-pkgver=2.18.3
+pkgver=2.19.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=('d66f6bc23f4495316b7459c1384cfe4f165fa6763cdc2d9da08d5e54d9d58e91')
+sha256sums=('11dc934754b92cebbf63cbc57267c80e2cb68b065d1eedd2a1d07586d466a39b')
build() {
cd "$pkgname-$pkgver"