mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
23 lines
739 B
JSON
23 lines
739 B
JSON
{
|
|
"version": "5.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/5.0.0/tailspin-x86_64-pc-windows-msvc.zip",
|
|
"hash": "3c325f1deab5977569d440dc7ffe1a8a335b863482c472d2bde77694c476bb0f"
|
|
}
|
|
},
|
|
"bin": "tspin.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/bensadeh/tailspin/releases/download/$version/tailspin-x86_64-pc-windows-msvc.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|