Launch Lee 55b8fed812
chafa: Simplify regex (#4465)
Change the version regex in Checkver to "[\\d.]+".
Though the version regex "\\d+\\.\\d+\\.\\d+" is OK, I realize I should make it concise as most buckets do.
2023-02-19 18:56:39 +05:30

27 lines
894 B
JSON

{
"version": "1.12.4",
"description": "Terminal graphics for the 21st century.",
"homepage": "https://hpjansson.org/chafa/",
"license": "LGPL-3.0-only",
"architecture": {
"64bit": {
"url": "https://hpjansson.org/chafa/releases/static/chafa-1.12.4-1-x86_64-windows.zip",
"hash": "e1b1aa77e342a55a24a27da0dcaf4bae1db8fd5e1341e41bab9dc7273eb60ff4",
"extract_dir": "chafa-1.12.4-1-x86_64-win"
}
},
"bin": "chafa.exe",
"checkver": {
"url": "https://hpjansson.org/chafa/download/",
"regex": "Get Chafa ([\\d.]+) for Windows"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://hpjansson.org/chafa/releases/static/chafa-$version-1-x86_64-windows.zip",
"extract_dir": "chafa-$version-1-x86_64-win"
}
}
}
}