ScoopInstaller_Main/bucket/tre-command.json
2021-02-21 08:10:19 +01:00

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"
}
}
}