ScoopInstaller_Main/bucket/tre-command.json
2021-03-28 07:35:42 +02:00

35 lines
1.2 KiB
JSON

{
"version": "0.3.6",
"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.6/tre-v0.3.6-x86_64-pc-windows-msvc.zip",
"hash": "739a89c01207c3d4f23c4c6b42019d0cb3da4506b7255045b59cc262d5c82808"
},
"32bit": {
"url": "https://github.com/dduan/tre/releases/download/v0.3.6/tre-v0.3.6-i686-pc-windows-msvc.zip",
"hash": "93c78a722299b7e20ebd379caba6a34d560b5fbf2cefee962bc2f55d31e1dd09"
}
},
"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"
}
}
}