ScoopInstaller_Main/bucket/tailspin.json
2025-04-03 08:30:18 +00:00

23 lines
739 B
JSON

{
"version": "5.1.0",
"description": "A log file highlighter",
"homepage": "https://github.com/bensadeh/tailspin",
"license": "MIT",
"depends": "main/less",
"architecture": {
"64bit": {
"url": "https://github.com/bensadeh/tailspin/releases/download/5.1.0/tailspin-x86_64-pc-windows-msvc.zip",
"hash": "59d7aec22b8bc2e6bfb1198fddc21d5bbcb3ce06443dbc796021f1a01be15b9d"
}
},
"bin": "tspin.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/bensadeh/tailspin/releases/download/$version/tailspin-x86_64-pc-windows-msvc.zip"
}
}
}
}