mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-18 05:11:19 +00:00
44 lines
1.4 KiB
JSON
44 lines
1.4 KiB
JSON
{
|
|
"homepage": "https://www.gnu.org/software/grep/grep.html",
|
|
"version": "3.0-1",
|
|
"license": "GPL-3.0",
|
|
"bin": [
|
|
"bin\\grep.exe",
|
|
[
|
|
"bin\\grep.exe",
|
|
"egrep",
|
|
"-E"
|
|
],
|
|
[
|
|
"bin\\grep.exe",
|
|
"fgrep",
|
|
"-F"
|
|
]
|
|
],
|
|
"checkver": {
|
|
"url": "https://sourceforge.net/projects/msys2/files/REPOS/MSYS2/x86_64/",
|
|
"re": "https://sourceforge.net/projects/msys2/files/REPOS/MSYS2/x86_64/grep-([\\d.-]+)-x86_64"
|
|
},
|
|
"extract_dir": "usr",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://sourceforge.net/projects/msys2/files/REPOS/MSYS2/x86_64/grep-3.0-1-x86_64.pkg.tar.xz",
|
|
"hash": "6649e99d0a306f7c847e63976533756ac24bfaa3c2c731fa92201b6a6fa8409c"
|
|
},
|
|
"32bit": {
|
|
"url": "https://sourceforge.net/projects/msys2/files/REPOS/MSYS2/i686/grep-3.0-1-i686.pkg.tar.xz",
|
|
"hash": "4d2250ef1ba539b0037e8d670185ad05b63f4bde6c54c1f10e0bf07d4d6c580a"
|
|
}
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://sourceforge.net/projects/msys2/files/REPOS/MSYS2/x86_64/grep-$version-x86_64.pkg.tar.xz"
|
|
},
|
|
"32bit": {
|
|
"url": "https://sourceforge.net/projects/msys2/files/REPOS/MSYS2/i686/grep-$version-i686.pkg.tar.xz"
|
|
}
|
|
}
|
|
}
|
|
}
|