mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-16 21:51:31 +00:00
27 lines
765 B
JSON
27 lines
765 B
JSON
{
|
|
"version": "7.0.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.0.2/ugrep-windows-x64.zip",
|
|
"hash": "d862233f31395856eb21316ab3627cd49c540eed7691b2e0f8ec129b17c6ae32"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|