summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2023-05-20 05:46:37 +0800
committerlilac2023-05-20 05:46:37 +0800
commit92968d89caead7bd8c78c65dfbc541877e97be0a (patch)
tree952267a3af27069a9ae57a0e44d9c0be3dd6780d
parenta9e6efa5ecebf5e2e3261dd50fb8fa60ba5ba2dd (diff)
downloadaur-92968d89caead7bd8c78c65dfbc541877e97be0a.tar.gz
[lilac] updated to 2.15.3-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 88d331cee84d..b2ea1a54c7aa 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.2
+ pkgver = 2.15.3
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.2.tar.gz::https://github.com/okteto/okteto/archive/2.15.2.tar.gz
- sha256sums = c97ea280a5f4759b002e04486b0029dff325261b8f58c8a5cc8a95838a27b9f4
+ source = okteto-2.15.3.tar.gz::https://github.com/okteto/okteto/archive/2.15.3.tar.gz
+ sha256sums = d89d1dd5b422a31ee6fd4755e07198d296bc591ea8cd5c7556bd7f0f3f15cd0e
pkgname = okteto
diff --git a/PKGBUILD b/PKGBUILD
index aa9c871e88dd..4f5927cf50d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: simonsmh <simonsmh@gmail.com>
pkgname=okteto
-pkgver=2.15.2
+pkgver=2.15.3
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=('c97ea280a5f4759b002e04486b0029dff325261b8f58c8a5cc8a95838a27b9f4')
+sha256sums=('d89d1dd5b422a31ee6fd4755e07198d296bc591ea8cd5c7556bd7f0f3f15cd0e')
build() {
cd "$pkgname-$pkgver"