2022-03-21 16:30:06 +00:00

27 lines
761 B
JSON

{
"version": "2.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/2.0.0/okteto.exe",
"hash": "73049e7261b0f4e491be9ebdff2da7b0c3b08ec0e7d0291a8c98bd846e70a965"
}
},
"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"
}
}
}