summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2023-04-06 06:57:56 +0800
committerlilac2023-04-06 06:57:56 +0800
commit0f7b514f79346c4c9400fbb42c691916e5e9c94a (patch)
treef71a104388458b387bef8f10234b9dbc1fc733b8
parentddb671ad102836ffc19c70e4afd018ceccb55c95 (diff)
downloadaur-0f7b514f79346c4c9400fbb42c691916e5e9c94a.tar.gz
[lilac] updated to 2.14.2-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e13bb6e32611..b5aa055f21dd 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.14.1
+ pkgver = 2.14.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.14.1.tar.gz::https://github.com/okteto/okteto/archive/2.14.1.tar.gz
- sha256sums = 300fba32977573a063466ec3f720323eb7fcf7c51e02d719278c92456ea8ee2f
+ source = okteto-2.14.2.tar.gz::https://github.com/okteto/okteto/archive/2.14.2.tar.gz
+ sha256sums = b6440333aa9ee25e64dc6525a6018ccff8e53b6b7c815595eca1a509978c4647
pkgname = okteto
diff --git a/PKGBUILD b/PKGBUILD
index 95633dec69c0..b8d49c3c0b43 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: simonsmh <simonsmh@gmail.com>
pkgname=okteto
-pkgver=2.14.1
+pkgver=2.14.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=('300fba32977573a063466ec3f720323eb7fcf7c51e02d719278c92456ea8ee2f')
+sha256sums=('b6440333aa9ee25e64dc6525a6018ccff8e53b6b7c815595eca1a509978c4647')
build() {
cd "$pkgname-$pkgver"