Zarin 0854b8ddee
grep: Update to version 3.8 (#4832)
* grep: Update to version 3.8

* grep: fix url fragment
2023-05-26 19:49:51 +00:00

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"
}
}
}
}