ScoopInstaller_Main/draft.json
Hugo Locurcio 5810275996 Use SPDX license identifiers in the default bucket (#2211)
This leads to more consistent license properties and allows for easier
automated parsing. https://spdx.org/licenses/
2018-04-20 18:04:49 +02:00

29 lines
772 B
JSON

{
"homepage": "https://github.com/Azure/draft",
"license": "MIT",
"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"
}
}
}