mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-04 15:04:25 +00:00
25 lines
764 B
JSON
25 lines
764 B
JSON
{
|
|
"version": "1.0.2",
|
|
"description": "A new way to see and navigate directory trees",
|
|
"homepage": "https://dystroy.org/broot/",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/Canop/broot/releases/download/v1.0.2/broot_1.0.2.zip",
|
|
"hash": "f31f2efd7a393c5b9674c9d27d6f739bb4a4cf952b8df26d030fb83fdd0c228f",
|
|
"extract_dir": "build\\x86_64-pc-windows-gnu"
|
|
}
|
|
},
|
|
"bin": "broot.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/Canop/broot"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/Canop/broot/releases/download/v$version/broot_$version.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|