2024-04-10 17:09:53 +00:00

27 lines
765 B
JSON

{
"version": "5.1.4",
"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.1.4/ugrep-windows-x64.zip",
"hash": "1a679dd25ad097e42ab18eb9646c88d5dd479e48062821652205e92cdaf0f9c0"
}
},
"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"
}
}
}
}