ScoopInstaller_Main/draft.json
2017-09-14 18:00:14 +00:00

29 lines
838 B
JSON

{
"homepage": "https://github.com/Azure/draft",
"license": "https://github.com/Azure/draft/blob/master/LICENSE",
"version": "0.7.0",
"architecture": {
"64bit": {
"url": "https://github.com/Azure/draft/releases/download/v0.7.0/draft-v0.7.0-windows-amd64.tar.gz",
"hash": "828249964c9919f4600e2886ea3925b26b233c53aca3e1b26a4493c6d7a09d47"
}
},
"extract_dir": "windows-amd64",
"bin": [
"draft.exe"
],
"checkver": {
"github": "https://github.com/Azure/draft"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/Azure/draft/releases/download/v$version/draft-v$version-windows-amd64.tar.gz"
}
},
"hash": {
"url": "$url.sha256"
}
}
}