2024-04-05 01:14:30 +00:00

27 lines
765 B
JSON

{
"version": "5.1.3",
"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.3/ugrep-windows-x64.zip",
"hash": "e4378cab75badf14bdb05fb8ed574b270a7883e87486b5d181f817feaf609d6e"
}
},
"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"
}
}
}
}