ScoopInstaller_Main/draft.json
2018-04-11 21:00:26 +00:00

29 lines
819 B
JSON

{
"homepage": "https://github.com/Azure/draft",
"license": "https://github.com/Azure/draft/blob/master/LICENSE",
"version": "0.13.0",
"architecture": {
"64bit": {
"url": "https://azuredraft.blob.core.windows.net/draft/draft-v0.13.0-windows-amd64.tar.gz",
"hash": "476a88247dd24d3fc1c966f5570005bd200bdc59743557b4711bf6447aa29701"
}
},
"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"
}
}
}