Shyim 537bcb3b23
okteto: Add version 1.7.2 (#811)
* okteto: Add version 1.7.1

* Update okteto.json

* Update to 1.7.2
2020-02-24 07:32:38 -08:00

27 lines
761 B
JSON

{
"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"
}
}
}