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