mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
54 lines
1.7 KiB
JSON
54 lines
1.7 KiB
JSON
{
|
|
"homepage": "https://openresty.org",
|
|
"version": "1.15.8.2",
|
|
"license": "BSD-2-Clause",
|
|
"description": "Dynamic web platform based on NGINX and LuaJIT.",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://openresty.org/download/openresty-1.15.8.2-win64.zip",
|
|
"hash": "95f63e554cbeaaf423bd73898c583712e923e4b68c173428a4b2f4e2fffdcd34",
|
|
"extract_dir": "openresty-1.15.8.2-win64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://openresty.org/download/openresty-1.15.8.2-win32.zip",
|
|
"hash": "99f9ac0190b0810a36b507eae82ddba17b916aa95c707b6b5d79a17a74cbd3dc",
|
|
"extract_dir": "openresty-1.15.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"
|
|
}
|
|
}
|
|
}
|
|
}
|