diff --git a/boxes.json b/boxes.json new file mode 100644 index 0000000000..e80e932558 --- /dev/null +++ b/boxes.json @@ -0,0 +1,17 @@ +{ + "description": "A command line filter program that draws ASCII art boxes around your input text", + "version": "1.2", + "license": "GPL-2.0-or-later", + "url": "https://github.com/ascii-boxes/boxes/releases/download/v1.2/boxes-1.2-intel-win32.zip", + "homepage": "https://boxes.thomasjensen.com/", + "hash": "6f2081a51e541920debeb779df7ea8fe91d73e3ef8bdaa75b3984b531d0271ed", + "extract_dir": "boxes-1.2", + "bin": "boxes.exe", + "checkver": { + "github": "https://github.com/ascii-boxes/boxes" + }, + "autoupdate": { + "url": "https://github.com/ascii-boxes/boxes/releases/download/v$version/boxes-$version-intel-win32.zip", + "extract_dir": "boxes-$version" + } +}