ScoopInstaller_Main/bucket/openresty.json
2020-07-13 21:00:29 +00:00

54 lines
1.7 KiB
JSON

{
"homepage": "https://openresty.org",
"version": "1.17.8.2",
"license": "BSD-2-Clause",
"description": "Dynamic web platform based on NGINX and LuaJIT.",
"architecture": {
"64bit": {
"url": "https://openresty.org/download/openresty-1.17.8.2-win64.zip",
"hash": "c67357d450ca2e3d0b3b47f1fb568c5393f3cf8ae8e8c79164b29f287d8b9e6d",
"extract_dir": "openresty-1.17.8.2-win64"
},
"32bit": {
"url": "https://openresty.org/download/openresty-1.17.8.2-win32.zip",
"hash": "195335ef9126897e23c6c3f39c73ce8992288b2fec320b12b988f8db0fd66ee2",
"extract_dir": "openresty-1.17.8.2-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"
}
}
}
}