mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
43 lines
1.3 KiB
JSON
43 lines
1.3 KiB
JSON
{
|
|
"version": "3.11",
|
|
"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.11/grep-3.11-x64.exe#/grep.exe",
|
|
"hash": "ef730408456d620399fab0c639d53d0ec0c619a708e2191d220aa0ad9546e77f"
|
|
},
|
|
"32bit": {
|
|
"url": "https://raw.githubusercontent.com/mbuilov/grep-windows/3.11/grep-3.11-x86.exe#/grep.exe",
|
|
"hash": "f20a285c8f6e6f350b841608292b0cf8df21d99c0798259952526b91dab5b7ab"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|