mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 12:04:27 +00:00
27 lines
761 B
JSON
27 lines
761 B
JSON
{
|
|
"version": "2.3.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.3.0/okteto.exe",
|
|
"hash": "9a27602d46295d942b4a7a51226413d7304835d0eee299a232a2143635e28b25"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|