mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-07 17:21:20 +00:00
29 lines
772 B
JSON
29 lines
772 B
JSON
{
|
|
"homepage": "https://github.com/Azure/draft",
|
|
"license": "MIT",
|
|
"version": "0.15.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://azuredraft.blob.core.windows.net/draft/draft-v0.15.0-windows-amd64.tar.gz",
|
|
"hash": "f8212175ea383f3d141763807ad168ad12b1b0c3fd853afde48e32545425a17f"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|