summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlilac2021-03-30 04:26:06 +0800
committerlilac2021-03-30 04:26:06 +0800
commitad23ad8899b80809b34fbf9f78c07a007509cd27 (patch)
tree708459046191b7df9a687682778d7437777ae75c /PKGBUILD
parenta0505b56d78812bf29b7649bb224ade2032798ce (diff)
downloadaur-ad23ad8899b80809b34fbf9f78c07a007509cd27.tar.gz
[lilac] updated to 1.12.3-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 59cc79c93d9c..0d6425b3544e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: simonsmh <simonsmh@gmail.com>
pkgname=okteto
-pkgver=1.12.2
+pkgver=1.12.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=('2b46ab8066c7895eda51f09348d647697c0166d745a09b4e51d0b378598c4c6b')
+sha256sums=('7a71b843b98d2368b13bef8032d9146b83030be1c15f162763bfd20fe4a6b64d')
build() {
cd "$pkgname-$pkgver"