amreus 53310842e2
boxes@2.2.1: Update hash (#5490)
It looks like the binary downloads were updated but the
release number kept the same resulting in an incorrect
hash for the new binaries.

gh: https://github.com/ascii-boxes/boxes/
2024-02-06 12:19:12 +05:30

18 lines
716 B
JSON

{
"version": "2.2.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.2.1/boxes-2.2.1-intel-win32.zip",
"hash": "41c840a4e766a75695dd776eae7a1964f042268f95aee7ccc429f38b1810213f",
"extract_dir": "boxes-2.2.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"
}
}