summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlilac2023-05-31 23:08:26 +0800
committerlilac2023-05-31 23:08:26 +0800
commit8957576592c69da1c2a493bb31722f390b3db161 (patch)
tree2801bbed4b6500cfb89734a3606d71b42c8882f6 /PKGBUILD
parent702270e180cb9b8cd889526281528c69c208b3a7 (diff)
downloadaur-8957576592c69da1c2a493bb31722f390b3db161.tar.gz
[lilac] updated to 2.16.2-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index be75248fd0f1..9cf0522a465d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: simonsmh <simonsmh@gmail.com>
pkgname=okteto
-pkgver=2.16.1
+pkgver=2.16.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=('9844eadce231f8a4122cc4f4e3b6ce4549cfc13f05cfd532f2e261e817b32b1f')
+sha256sums=('69e112a60c3476ea073d33a4827caef2bf9c25933a34581cce3bc964187509c1')
build() {
cd "$pkgname-$pkgver"