summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSimon Shi2020-04-30 23:18:41 +0800
committerSimon Shi2020-04-30 23:18:41 +0800
commitf421f5c0395b2579736bd1f45105f718461281ac (patch)
tree17852ab2db5a59267d1b01fabc0cf54265cf4cde /PKGBUILD
parent332293aadb98b0730a1038aa841a93f8edc95a94 (diff)
downloadaur-f421f5c0395b2579736bd1f45105f718461281ac.tar.gz
PKGBUILD: Bump version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9b7d083487a6..70ee21704bee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: simonsmh <simonsmh@gmail.com>
pkgname=okteto-bin
-pkgver=1.8.4
+pkgver=1.8.5
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=('e59845ecbc12eed96cff7f2750819fcb1d4d29ec3cd67ed2270af48cff376e95')
-sha256sums_aarch64=('a9f6ec6f02d0f9926c399987f00072a71aaa0226a953c5cbc1eb336d3bedcc53')
+sha256sums_x86_64=('c11f2ca195e68039444acb24d16b144478e60b155cc610daffd905003fd99f32')
+sha256sums_aarch64=('56f01c29f906115aa8d6e0f1b9587e45fbbc192b39716f2460632d833381f0b1')
package() {
install -Dm755 "$srcdir/okteto" "$pkgdir"/usr/bin/okteto