mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-06 16:51:20 +00:00
43 lines
1.3 KiB
JSON
43 lines
1.3 KiB
JSON
{
|
|
"version": "3.8",
|
|
"description": "Print lines matching a pattern.",
|
|
"homepage": "https://www.gnu.org/software/grep",
|
|
"license": "GPL-3.0-or-later",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://raw.githubusercontent.com/mbuilov/grep-windows/3.8/grep-3.8-x64.exe#/grep.exe",
|
|
"hash": "f63cb9baab1cfaa635b6108769970f27d9961b69cb9b92f1cb0dab48e2350cfb"
|
|
},
|
|
"32bit": {
|
|
"url": "https://raw.githubusercontent.com/mbuilov/grep-windows/3.8/grep-3.8-x86.exe#/grep.exe",
|
|
"hash": "b1ee3647d18570f04e3b7bf6a10278596d6c05056e376ba43918c5073c23f99f"
|
|
}
|
|
},
|
|
"bin": [
|
|
"grep.exe",
|
|
[
|
|
"grep.exe",
|
|
"egrep",
|
|
"-E"
|
|
],
|
|
[
|
|
"grep.exe",
|
|
"fgrep",
|
|
"-F"
|
|
]
|
|
],
|
|
"checkver": {
|
|
"github": "https://github.com/mbuilov/grep-windows"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://raw.githubusercontent.com/mbuilov/grep-windows/$version/grep-$version-x64.exe#/grep.exe"
|
|
},
|
|
"32bit": {
|
|
"url": "https://raw.githubusercontent.com/mbuilov/grep-windows/$version/grep-$version-x86.exe#/grep.exe"
|
|
}
|
|
}
|
|
}
|
|
}
|