ScoopInstaller_Main/bucket/tailspin.json
2025-04-17 12:31:37 +00:00

23 lines
739 B
JSON

{
"version": "5.3.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.3.0/tailspin-x86_64-pc-windows-msvc.zip",
"hash": "2d1ed82c3455f53461022c2f58879d8cef07d15d44b29f0db54632815a836304"
}
},
"bin": "tspin.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/bensadeh/tailspin/releases/download/$version/tailspin-x86_64-pc-windows-msvc.zip"
}
}
}
}