2025-02-03 20:27:47 +00:00

27 lines
765 B
JSON

{
"version": "7.2.2",
"description": "A faster, user-friendly and compatible grep replacement",
"homepage": "https://ugrep.com/",
"license": "BSD-3-Clause",
"architecture": {
"64bit": {
"url": "https://github.com/Genivia/ugrep/releases/download/v7.2.2/ugrep-windows-x64.zip",
"hash": "820d520d41782301a4e80ff79a213fcb9797cc6c3df05e0cbef83b16b3a98242"
}
},
"bin": [
"ugrep.exe",
"ug.exe"
],
"checkver": {
"github": "https://github.com/Genivia/ugrep"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/Genivia/ugrep/releases/download/v$version/ugrep-windows-x64.zip"
}
}
}
}