ScoopInstaller_Main/bucket/openresty.json
2021-06-05 00:19:52 -07:00

54 lines
1.7 KiB
JSON

{
"version": "1.19.3.2",
"description": "Dynamic web platform based on NGINX and LuaJIT.",
"homepage": "https://openresty.org",
"license": "BSD-2-Clause",
"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"
},
"architecture": {
"64bit": {
"url": "https://openresty.org/download/openresty-1.19.3.2-win64.zip",
"hash": "5152d9aed4efee0790de7fd373f983f30773c013271d320983a3d5e0427336bf",
"extract_dir": "openresty-1.19.3.2-win64"
},
"32bit": {
"url": "https://openresty.org/download/openresty-1.19.3.2-win32.zip",
"hash": "688f16a489071e5c5acb9e98e81843129d2af5a8d739f1321bd496e0e37ea448",
"extract_dir": "openresty-1.19.3.2-win32"
}
},
"bin": [
[
"nginx.exe",
"openresty"
],
"resty.bat",
"restydoc.bat",
"restydoc-index.bat"
],
"persist": [
"conf",
"html",
"logs"
],
"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"
}
}
}
}