From de6f71155413715d1610d57e8f5ec1f06e1d79b2 Mon Sep 17 00:00:00 2001 From: artiga033 Date: Sun, 14 Jan 2024 05:28:26 +0800 Subject: [PATCH] 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 --- bucket/tailspin.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 bucket/tailspin.json diff --git a/bucket/tailspin.json b/bucket/tailspin.json new file mode 100644 index 0000000000..3829c4fa72 --- /dev/null +++ b/bucket/tailspin.json @@ -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" + } + } + } +}