ScoopInstaller_Main/boxes.json
2019-01-06 18:00:15 +01:00

18 lines
712 B
JSON

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