ScoopInstaller_Main/bucket/openresty.json
2020-03-21 08:01:50 +00:00

54 lines
1.7 KiB
JSON

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