mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-09 00:41:22 +00:00
25 lines
764 B
JSON
25 lines
764 B
JSON
{
|
|
"version": "1.8.1",
|
|
"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.8.1/broot_1.8.1.zip",
|
|
"hash": "ad24c33607261c8bfc82632ff75ad60047cd3e1587c3f194b66e8645f8910b54",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|