ScoopInstaller_Main/bucket/tailspin.json
2024-04-01 09:08:49 +00:00

23 lines
739 B
JSON

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