mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
18 lines
716 B
JSON
18 lines
716 B
JSON
{
|
|
"version": "2.3.1",
|
|
"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.3.1/boxes-2.3.1-intel-win32.zip",
|
|
"hash": "950d3b23090f06fc6628ee661893bc264fc66938ca3636366f33b9b638eaa7c9",
|
|
"extract_dir": "boxes-2.3.1",
|
|
"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"
|
|
}
|
|
}
|