2025-04-28 12:31:47 +00:00

27 lines
765 B
JSON

{
"version": "7.4.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.4.2/ugrep-windows-x64.zip",
"hash": "e2779f4503febb791254e1a6126a680850715ef33119d09ca85c0290043d41e7"
}
},
"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"
}
}
}
}