ScoopInstaller_Main/bucket/tre-command.json

35 lines
1.2 KiB
JSON

{
"version": "0.3.2",
"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.2/tre-v0.3.2-x86_64-pc-windows-msvc.zip",
"hash": "7c97beac7b75bb2b53ba9bd712d6ac2bd5ff4497589f64077ca07e0a22e4a643"
},
"32bit": {
"url": "https://github.com/dduan/tre/releases/download/v0.3.2/tre-v0.3.2-i686-pc-windows-msvc.zip",
"hash": "8248b475d2ff5142bb1130e7e09ada2e9aae98119c042bd5fd9c9b5b0ca83333"
}
},
"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"
}
}
}