mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-10 10:41:28 +00:00
29 lines
819 B
JSON
29 lines
819 B
JSON
{
|
|
"homepage": "https://github.com/Azure/draft",
|
|
"license": "https://github.com/Azure/draft/blob/master/LICENSE",
|
|
"version": "0.10.1",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://azuredraft.blob.core.windows.net/draft/draft-v0.10.1-windows-amd64.tar.gz",
|
|
"hash": "ba27cb2b48bbdca3a27a950e7e2e97464c8b9e3f372711acfdf7bf973174a5e0"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|