mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-28 11:31:42 +00:00
23 lines
739 B
JSON
23 lines
739 B
JSON
{
|
|
"version": "4.0.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/4.0.0/tailspin-x86_64-pc-windows-msvc.zip",
|
|
"hash": "61ac8a5e32824d9a0218d550194942516669ea95b13ac717da15d6d414bfc0db"
|
|
}
|
|
},
|
|
"bin": "tspin.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/bensadeh/tailspin/releases/download/$version/tailspin-x86_64-pc-windows-msvc.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|