2024-08-09 16:28:53 +00:00

27 lines
765 B
JSON

{
"version": "6.4.1",
"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/v6.4.1/ugrep-windows-x64.zip",
"hash": "8dda57fc3b8e6b092c9158ee20874564e560eea1be802e45a6525eb155b4b6fe"
}
},
"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"
}
}
}
}