mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
27 lines
765 B
JSON
27 lines
765 B
JSON
{
|
|
"version": "1.13.11",
|
|
"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.11/okteto.exe",
|
|
"hash": "4737bc33db47fea6a13e69db5e49103ea1173043108ae5532fad77f5a289df1c"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|