2024-04-03 17:08:38 +00:00

27 lines
765 B
JSON

{
"version": "5.1.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/v5.1.2/ugrep-windows-x64.zip",
"hash": "29cbfb305966b597c59644f439b1b1f0e60a19d1d54ee2adf8cbe2fabe78bea5"
}
},
"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"
}
}
}
}