ScoopInstaller_Main/draft.json
2018-03-28 00:00:31 +00:00

29 lines
819 B
JSON

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