2021-04-18 19:00:21 +00:00

18 lines
716 B
JSON

{
"version": "2.1.0",
"description": "A command line filter program that draws ASCII art boxes around your input text",
"homepage": "https://boxes.thomasjensen.com/",
"license": "GPL-2.0-only",
"url": "https://github.com/ascii-boxes/boxes/releases/download/v2.1.0/boxes-2.1.0-intel-win32.zip",
"hash": "a78dd166173f94d8477d57e364cafed3ea024940f4bcf55e20c2f7c46b831210",
"extract_dir": "boxes-2.1.0",
"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"
}
}