summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2023-04-26 21:52:05 +0800
committerlilac2023-04-26 21:52:05 +0800
commitd6a6389ee9cac7da3ace1765cfe459109bae2948 (patch)
treee9d5f2fe1c94a29bdb6b5f903708ab21d84060f5
parent74204d29c738e62802f4698a9f9c1c73a5f24ee5 (diff)
downloadaur-d6a6389ee9cac7da3ace1765cfe459109bae2948.tar.gz
[lilac] updated to 2.15.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e21b8572e1c9..4c82dc56a6c8 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.15.0
+ pkgver = 2.15.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.15.0.tar.gz::https://github.com/okteto/okteto/archive/2.15.0.tar.gz
- sha256sums = 688efafe2e2e03b98e6c195ef6631613203a5f7a664c517026bd6b6325df69e5
+ source = okteto-2.15.1.tar.gz::https://github.com/okteto/okteto/archive/2.15.1.tar.gz
+ sha256sums = efb4172ba714a65a18b8a07c8a2c89036ee770947edf1886af777a18364f59a6
pkgname = okteto
diff --git a/PKGBUILD b/PKGBUILD
index b766181d32f0..00017cdb0f13 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: simonsmh <simonsmh@gmail.com>
pkgname=okteto
-pkgver=2.15.0
+pkgver=2.15.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=('688efafe2e2e03b98e6c195ef6631613203a5f7a664c517026bd6b6325df69e5')
+sha256sums=('efb4172ba714a65a18b8a07c8a2c89036ee770947edf1886af777a18364f59a6')
build() {
cd "$pkgname-$pkgver"