ScoopInstaller_Main/draft.json
2017-11-29 23:00:15 +00:00

29 lines
817 B
JSON

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