diff --git a/bucket/okteto.json b/bucket/okteto.json new file mode 100644 index 0000000000..26e365f7e2 --- /dev/null +++ b/bucket/okteto.json @@ -0,0 +1,26 @@ +{ + "version": "1.7.2", + "description": "Development platform for Kubernetes applications", + "homepage": "https://okteto.com", + "license": "Apache-2.0", + "architecture": { + "64bit": { + "url": "https://github.com/okteto/okteto/releases/download/1.7.2/okteto.exe", + "hash": "834458794dcfc16249660cbb81b1a12469560c22399fb31881120c3cb7de0342" + } + }, + "bin": "okteto.exe", + "checkver": { + "github": "https://github.com/okteto/okteto" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/okteto/okteto/releases/download/$version/okteto.exe" + } + }, + "hash": { + "url": "$url.sha256" + } + } +}