From 306c7ebd0301d80fcd82dde507a1241efac988c9 Mon Sep 17 00:00:00 2001 From: Launch Lee <80872691+LaunchLee@users.noreply.github.com> Date: Tue, 14 Feb 2023 13:27:48 +0800 Subject: [PATCH] chafa: Add version 1.12.4 (#4443) * Add Chafa Related to #4441 . * Update chafa.json Let the version's regex be more specifically. --- bucket/chafa.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 bucket/chafa.json diff --git a/bucket/chafa.json b/bucket/chafa.json new file mode 100644 index 0000000000..4c82f19320 --- /dev/null +++ b/bucket/chafa.json @@ -0,0 +1,26 @@ +{ + "version": "1.12.4", + "description": "Terminal graphics for the 21st century.", + "homepage": "https://hpjansson.org/chafa/", + "license": "LGPL-3.0-only", + "architecture": { + "64bit": { + "url": "https://hpjansson.org/chafa/releases/static/chafa-1.12.4-1-x86_64-windows.zip", + "hash": "e1b1aa77e342a55a24a27da0dcaf4bae1db8fd5e1341e41bab9dc7273eb60ff4", + "extract_dir": "chafa-1.12.4-1-x86_64-win" + } + }, + "bin": "chafa.exe", + "checkver": { + "url": "https://hpjansson.org/chafa/download/", + "regex": "Get Chafa (\\d+\\.\\d+\\.\\d+) for Windows" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://hpjansson.org/chafa/releases/static/chafa-$version-1-x86_64-windows.zip", + "extract_dir": "chafa-$version-1-x86_64-win" + } + } + } +}