mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
27 lines
763 B
JSON
27 lines
763 B
JSON
{
|
|
"version": "2.16.3",
|
|
"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.16.3/okteto.exe",
|
|
"hash": "9d58b71845a743584623b2fb70a83fa11b968b2f4c6ea59d7d5aff21d9d752d5"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|