ScoopInstaller_Main/bucket/tailspin.json
2025-05-25 08:29:26 +00:00

23 lines
739 B
JSON

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