From 1589f663a0d6c1cdc7bdeee9eaab90ee6fcc0003 Mon Sep 17 00:00:00 2001 From: wenmin92 Date: Sun, 1 Dec 2019 12:55:48 +0800 Subject: [PATCH] figurine: Add version 1.0.1 (#622) --- bucket/figurine.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 bucket/figurine.json diff --git a/bucket/figurine.json b/bucket/figurine.json new file mode 100644 index 0000000000..00d8bc0c29 --- /dev/null +++ b/bucket/figurine.json @@ -0,0 +1,17 @@ +{ + "homepage": "https://github.com/arsham/figurine", + "description": "Print any text using ASCII art in FIGlet.", + "version": "1.0.1", + "license": "Apache-2.0", + "url": "https://github.com/arsham/figurine/releases/download/v1.0.1/figurine_windows_v1.0.1.zip", + "hash": "e9afc6b215c0971dbe08ff4bd13678c6e34b265d412e5595f6cb16919e932ce4", + "extract_dir": "deploy", + "bin": "figurine.exe", + "checkver": "github", + "autoupdate": { + "url": "https://github.com/arsham/figurine/releases/download/v$version/figurine_windows_v$version.zip", + "hash": { + "url": "https://github.com/arsham/figurine/releases/tag/v$version" + } + } +}