mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-13 07:05:14 +00:00
29 lines
772 B
JSON
29 lines
772 B
JSON
{
|
|
"homepage": "https://github.com/Azure/draft",
|
|
"license": "MIT",
|
|
"version": "0.14.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://azuredraft.blob.core.windows.net/draft/draft-v0.14.0-windows-amd64.tar.gz",
|
|
"hash": "7856308c7ee12c898eb0764df5c1a4b6419c032ac9aa7de7f832051dd85518ae"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|