2024-10-04 12:31:43 +00:00

27 lines
761 B
JSON

{
"version": "3.0.0",
"description": "Development platform for Kubernetes applications",
"homepage": "https://okteto.com",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/okteto/okteto/releases/download/3.0.0/okteto.exe",
"hash": "2038e8d7c5bc5ee1e4a28cdb3b00fdd38884822cf06acdd03b607e7525326c76"
}
},
"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"
}
}
}