summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2023-08-24 05:22:18 +0800
committerlilac2023-08-24 05:22:18 +0800
commit4cfe4143bf19c9b03ae1d80733ca6c7847c9e970 (patch)
treef6698348b62f45929d89f00de8a7055bb47c60cc
parente4200f218640097d738c8e82a48190db9627da8e (diff)
downloadaur-4cfe4143bf19c9b03ae1d80733ca6c7847c9e970.tar.gz
[lilac] updated to 2.19.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c9f9d29afc33..2bb2e9524611 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.0
+ pkgver = 2.19.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.19.0.tar.gz::https://github.com/okteto/okteto/archive/2.19.0.tar.gz
- sha256sums = 11dc934754b92cebbf63cbc57267c80e2cb68b065d1eedd2a1d07586d466a39b
+ source = okteto-2.19.1.tar.gz::https://github.com/okteto/okteto/archive/2.19.1.tar.gz
+ sha256sums = 786dec607c6095906bdb410e6ec5ecc8ff00d02a4008f42fbde2e4f6e4cfbb0c
pkgname = okteto
diff --git a/PKGBUILD b/PKGBUILD
index 71101b686903..8ee4f8435e83 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: simonsmh <simonsmh@gmail.com>
pkgname=okteto
-pkgver=2.19.0
+pkgver=2.19.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=('11dc934754b92cebbf63cbc57267c80e2cb68b065d1eedd2a1d07586d466a39b')
+sha256sums=('786dec607c6095906bdb410e6ec5ecc8ff00d02a4008f42fbde2e4f6e4cfbb0c')
build() {
cd "$pkgname-$pkgver"