2024-12-30 16:30:49 +00:00

27 lines
765 B
JSON

{
"version": "7.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/v7.1.2/ugrep-windows-x64.zip",
"hash": "557dd58b80a84f111df64f8131a97c3beff3069c3bccb55f06592c837ee46094"
}
},
"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"
}
}
}
}