summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSimon Shi2020-05-07 17:39:23 +0800
committerSimon Shi2020-05-07 17:39:23 +0800
commit01f250cee732736b9c2b6dee8c7278c3637cc6ba (patch)
tree753b98c4d30984ffa8321ef31a3fd7b6a5bb1b94 /PKGBUILD
parentf421f5c0395b2579736bd1f45105f718461281ac (diff)
downloadaur-01f250cee732736b9c2b6dee8c7278c3637cc6ba.tar.gz
PKGBUILD: update version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 70ee21704bee..32d53de6818a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: simonsmh <simonsmh@gmail.com>
pkgname=okteto-bin
-pkgver=1.8.5
+pkgver=1.8.6
pkgrel=1
pkgdesc="Build better applications by developing and testing your code directly in Kubernetes."
arch=(x86_64 aarch64)
@@ -11,8 +11,8 @@ provides=(okteto=$pkgver)
optdepends=(kubectl)
source_x86_64=("okteto::https://github.com/okteto/okteto/releases/download/$pkgver/okteto-Linux-x86_64")
source_aarch64=("okteto::https://github.com/okteto/okteto/releases/download/$pkgver/okteto-Linux-arm64")
-sha256sums_x86_64=('c11f2ca195e68039444acb24d16b144478e60b155cc610daffd905003fd99f32')
-sha256sums_aarch64=('56f01c29f906115aa8d6e0f1b9587e45fbbc192b39716f2460632d833381f0b1')
+sha256sums_x86_64=('72b09fb5e8e426125e14bd0d9018dd6964beda846934eece6e71d4c6cd899ea6')
+sha256sums_aarch64=('dad82df1dfc1b733cbc1a1a0d2ef211ccb8027817337c838ad7f62e638609c72')
package() {
install -Dm755 "$srcdir/okteto" "$pkgdir"/usr/bin/okteto