mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
Add boxes version 1.2 (#2956)
This commit is contained in:
parent
a775cf420c
commit
404ebdc201
17
boxes.json
Normal file
17
boxes.json
Normal file
@ -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"
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user