ScoopInstaller_Main/bucket/tre-command.json
2020-09-26 11:07:17 +02:00

35 lines
1.2 KiB
JSON

{
"version": "0.3.3",
"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.3/tre-v0.3.3-x86_64-pc-windows-msvc.zip",
"hash": "0a13bee0d81098bea6bb06c0520c1999bdf5b812df21085b72150c46acc6504b"
},
"32bit": {
"url": "https://github.com/dduan/tre/releases/download/v0.3.3/tre-v0.3.3-i686-pc-windows-msvc.zip",
"hash": "ae8e4d3cbdeca0de3b3e21d522bf3c121eb623647fa55e21a39751907006c926"
}
},
"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"
}
}
}