ScoopInstaller_Main/bucket/pcregrep.json
h404bi ccc24e57b6 Init scoop-main bucket
Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com>
Co-authored-by: Richard Kuhnt <r15ch13+git@gmail.com>
2019-04-22 20:56:04 +08:00

31 lines
844 B
JSON

{
"homepage": "https://pcre.org/",
"version": "10.20",
"license": "BSD-3-Clause",
"architecture": {
"32bit": {
"url": "https://github.com/rivy/PCRE/releases/download/10.20/pcre2grep-10.20-x32.zip",
"hash": "a07c0d43132855bf350d85f71a9ee781d0e62721cd9053f1ff2894c52f4cfd85"
},
"64bit": {
"url": "https://github.com/rivy/PCRE/releases/download/10.20/pcre2grep-10.20-x64.zip",
"hash": "6b69d123b9e09e288f12e828f4a827e2bec59991e743802287c389fbbc99f54d"
}
},
"bin": [
"pcre2grep.exe",
"pcre2test.exe",
[
"pcre2grep.exe",
"pcregrep"
],
[
"pcre2test.exe",
"pcretest"
]
],
"checkver": {
"github": "https://github.com/rivy/PCRE"
}
}