mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-10 18:51:21 +00:00
35 lines
1.2 KiB
JSON
35 lines
1.2 KiB
JSON
{
|
|
"version": "0.3.4",
|
|
"description": "Improved Tree command",
|
|
"homepage": "https://github.com/dduan/tre",
|
|
"license": "MIT",
|
|
"suggest": {
|
|
"vcredist": "extras/vcredist2015"
|
|
},
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/dduan/tre/releases/download/v0.3.4/tre-v0.3.4-x86_64-pc-windows-msvc.zip",
|
|
"hash": "ee189250021f7b9545f078c40e9b0fc9bd5ad1ea919c0adceb9eefcfbc0c4866"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/dduan/tre/releases/download/v0.3.4/tre-v0.3.4-i686-pc-windows-msvc.zip",
|
|
"hash": "c484be9418573d1bad7482a887a0ea2b1c730340ab008e1b7ebf9abe686aef52"
|
|
}
|
|
},
|
|
"bin": "tre.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/dduan/tre/releases/download/v$version/tre-v$version-x86_64-pc-windows-msvc.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/dduan/tre/releases/download/v$version/tre-v$version-i686-pc-windows-msvc.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "https://github.com/dduan/tre/releases/tag/v$version"
|
|
}
|
|
}
|
|
}
|