ScoopInstaller_Main/draft.json
2018-04-27 02:02:06 +00:00

29 lines
772 B
JSON

{
"homepage": "https://github.com/Azure/draft",
"license": "MIT",
"version": "0.14.0",
"architecture": {
"64bit": {
"url": "https://azuredraft.blob.core.windows.net/draft/draft-v0.14.0-windows-amd64.tar.gz",
"hash": "7856308c7ee12c898eb0764df5c1a4b6419c032ac9aa7de7f832051dd85518ae"
}
},
"extract_dir": "windows-amd64",
"bin": [
"draft.exe"
],
"checkver": {
"github": "https://github.com/Azure/draft"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://azuredraft.blob.core.windows.net/draft/draft-v$version-windows-amd64.tar.gz"
}
},
"hash": {
"url": "$url.sha256"
}
}
}