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" + } + } + } +}