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