2024-08-08 00:34:08 +00:00

27 lines
765 B
JSON

{
"version": "6.4.0",
"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/v6.4.0/ugrep-windows-x64.zip",
"hash": "7c3a25638342384e624f698d708941e180b3331de851a5035dd5bfc7c3a95113"
}
},
"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"
}
}
}
}