mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
27 lines
765 B
JSON
27 lines
765 B
JSON
{
|
|
"version": "7.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/v7.1.3/ugrep-windows-x64.zip",
|
|
"hash": "32541d44989f68fbf1c4f1d5f746611b7954c568071b5f6a40965be955e2f0bc"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|