From 025f1d889564f0c7e0b596e33960e04b92e2b89e Mon Sep 17 00:00:00 2001 From: Martin Mauch Date: Fri, 28 Jun 2019 09:02:22 +0200 Subject: [PATCH] Add Ansicon for coloring ANSI escape sequences (#177) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add Ansicon for coloring ANSI escape sequences * Update bucket/ansicon.json Co-Authored-By: Jakub Čábera --- bucket/ansicon.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 bucket/ansicon.json diff --git a/bucket/ansicon.json b/bucket/ansicon.json new file mode 100644 index 0000000000..5a39b453d9 --- /dev/null +++ b/bucket/ansicon.json @@ -0,0 +1,23 @@ +{ + "homepage": "http://ansicon.adoxa.vze.com/", + "description": "Process ANSI escape sequences for Windows console programs.", + "license": "zlib", + "version": "1.89", + "url": "https://github.com/adoxa/ansicon/releases/download/v1.89/ansi189-bin.zip", + "hash": "646c34073df5dcaf81e6b74a5d05074f32d25ed190a8a9009abea00c3dd9184c", + "architecture": { + "64bit": { + "extract_dir": "x64" + }, + "32bit": { + "extract_dir": "x86" + } + }, + "bin": "ansicon.exe", + "checkver": { + "github": "https://github.com/adoxa/ansicon" + }, + "autoupdate": { + "url": "https://github.com/adoxa/ansicon/releases/download/v$version/ansi$cleanVersion-bin.zip" + } +}