mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 19:44:24 +00:00
27 lines
763 B
JSON
27 lines
763 B
JSON
{
|
|
"version": "1.13.1",
|
|
"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.13.1/okteto.exe",
|
|
"hash": "3f6f9e7daa08c33c7025ecb231cc8abe9ee12d5b5d22b36311250bf3f08dddc7"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|