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