2025-03-03 20:29:10 +00:00

27 lines
765 B
JSON

{
"version": "7.3.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/v7.3.0/ugrep-windows-x64.zip",
"hash": "069265bc7d1e1ac70d70e85be075c2c415a06ff1c8901a5d4a4432bdc20cb131"
}
},
"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"
}
}
}
}