summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2021-12-21 20:48:54 +0800
committerlilac2021-12-21 20:48:54 +0800
commitfca2f7fd854daf9a15d0a84ed83cc3e99ecf3248 (patch)
tree7816b36b133abb5bd635b9deafde87abb1cec381
parent9c7925a16f6db96a39156aa83066ca0fb6c0ff87 (diff)
downloadaur-fca2f7fd854daf9a15d0a84ed83cc3e99ecf3248.tar.gz
[lilac] updated to 1.14.10-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 03be67dc385c..df1d7463599a 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 = 1.14.9
+ pkgver = 1.14.10
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-1.14.9.tar.gz::https://github.com/okteto/okteto/archive/1.14.9.tar.gz
- sha256sums = 54d6a90d5404ff26b0286ee970455c6620af62018e6f48bcdcb21ca49bc1ed5a
+ source = okteto-1.14.10.tar.gz::https://github.com/okteto/okteto/archive/1.14.10.tar.gz
+ sha256sums = efe40d9fda04faf6c64dc02a1c66cfbc235233812de6889a28751f91da0aefac
pkgname = okteto
diff --git a/PKGBUILD b/PKGBUILD
index 47d984f5a108..450a685fa991 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: simonsmh <simonsmh@gmail.com>
pkgname=okteto
-pkgver=1.14.9
+pkgver=1.14.10
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=('54d6a90d5404ff26b0286ee970455c6620af62018e6f48bcdcb21ca49bc1ed5a')
+sha256sums=('efe40d9fda04faf6c64dc02a1c66cfbc235233812de6889a28751f91da0aefac')
build() {
cd "$pkgname-$pkgver"