ScoopInstaller_Main/bucket/tailspin.json
artiga033 de6f711554
tailspin: Add version 2.2.0 (#5380)
* tailspin: Add version 2.2.0

* Update bucket/tailspin.json

Co-authored-by: Aliaksandr Belik <1752374+aliesbelik@users.noreply.github.com>

* update version

* Update tailspin.json

---------

Co-authored-by: Aliaksandr Belik <1752374+aliesbelik@users.noreply.github.com>
Co-authored-by: HUMORCE <humorce@outlook.com>
2024-01-14 05:28:26 +08:00

23 lines
739 B
JSON

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