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>
This commit is contained in:
artiga033 2024-01-14 05:28:26 +08:00 committed by GitHub
parent 7ba832679d
commit de6f711554
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

22
bucket/tailspin.json Normal file
View File

@ -0,0 +1,22 @@
{
"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"
}
}
}
}