From 3c23275e3c3f586662b6d1504f70473006b86b20 Mon Sep 17 00:00:00 2001 From: Ryan Date: Fri, 14 Feb 2025 00:35:42 +0800 Subject: [PATCH] lsix: Add version 1.9.1 (#6090) --- bucket/lsix.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 bucket/lsix.json diff --git a/bucket/lsix.json b/bucket/lsix.json new file mode 100644 index 0000000000..91a02d9c19 --- /dev/null +++ b/bucket/lsix.json @@ -0,0 +1,17 @@ +{ + "version": "1.9.1", + "description": "Like ls, but for images, shows thumbnails in terminal using sixel graphics", + "homepage": "https://github.com/hackerb9/lsix", + "license": "GPL-3.0-only", + "suggest": { + "git": "git", + "imagemagick": "imagemagick" + }, + "url": "https://raw.githubusercontent.com/hackerb9/lsix/1.9.1/lsix", + "hash": "b12b41453e64aaf5657216a297f77f66edf19038a47a9db698e8fc1d95ed6bad", + "bin": "lsix", + "checkver": "github", + "autoupdate": { + "url": "https://raw.githubusercontent.com/hackerb9/lsix/$version/lsix" + } +}