ScoopInstaller_Main/bucket/openresty.json
2020-07-05 20:00:27 +00:00

54 lines
1.7 KiB
JSON

{
"homepage": "https://openresty.org",
"version": "1.17.8.1",
"license": "BSD-2-Clause",
"description": "Dynamic web platform based on NGINX and LuaJIT.",
"architecture": {
"64bit": {
"url": "https://openresty.org/download/openresty-1.17.8.1-win64.zip",
"hash": "45d08ba3952556df397e5ec68a3fa1736e02cad79e14e7745359d66747b3ca21",
"extract_dir": "openresty-1.17.8.1-win64"
},
"32bit": {
"url": "https://openresty.org/download/openresty-1.17.8.1-win32.zip",
"hash": "cd9db4d48697c3b7b1b0ca226dc48d2fde128d8e468d1629c98b084d428677ea",
"extract_dir": "openresty-1.17.8.1-win32"
}
},
"bin": [
[
"nginx.exe",
"openresty"
],
"resty.bat",
"restydoc.bat",
"restydoc-index.bat"
],
"persist": [
"conf",
"html",
"logs"
],
"notes": [
"Use '-p $PWD' to specify current directory when running OpenResty.",
"(Alternately, see documentation by running 'scoop home openresty'.)",
"'resty' and 'restydoc' command-line utilities require 'perl'"
],
"suggest": {
"Perl": "perl"
},
"checkver": "OpenResty ([\\d.]+)",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://openresty.org/download/openresty-$version-win64.zip",
"extract_dir": "openresty-$version-win64"
},
"32bit": {
"url": "https://openresty.org/download/openresty-$version-win32.zip",
"extract_dir": "openresty-$version-win32"
}
}
}
}