2024-02-17 00:32:23 +00:00

27 lines
765 B
JSON

{
"version": "5.0.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/v5.0.0/ugrep-windows-x64.zip",
"hash": "18977c99f94181e4620d84bdee723abbaaace938495084f9a09524662d0cb0a5"
}
},
"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"
}
}
}
}