ScoopInstaller_Main/draft.json
2018-04-27 20:00:23 +00:00

29 lines
772 B
JSON

{
"homepage": "https://github.com/Azure/draft",
"license": "MIT",
"version": "0.14.1",
"architecture": {
"64bit": {
"url": "https://azuredraft.blob.core.windows.net/draft/draft-v0.14.1-windows-amd64.tar.gz",
"hash": "8626e4b5919519b3a334625f736bc504cc711a5efdabeef4c2ac6dafafff28d0"
}
},
"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"
}
}
}