mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 16:21:20 +00:00
okteto: Add version 1.7.2 (#811)
* okteto: Add version 1.7.1 * Update okteto.json * Update to 1.7.2
This commit is contained in:
parent
9a7631c4a4
commit
537bcb3b23
26
bucket/okteto.json
Normal file
26
bucket/okteto.json
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
{
|
||||||
|
"version": "1.7.2",
|
||||||
|
"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.7.2/okteto.exe",
|
||||||
|
"hash": "834458794dcfc16249660cbb81b1a12469560c22399fb31881120c3cb7de0342"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user