mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 23:31:20 +00:00
57 lines
1.7 KiB
JSON
57 lines
1.7 KiB
JSON
{
|
|
"version": "1.25.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.25.3.2-win64.zip",
|
|
"hash": "1734c9da196db9ec1276d769ab4edb869bad7b5fc14196b20028749f4925968d",
|
|
"extract_dir": "openresty-1.25.3.2-win64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://openresty.org/download/openresty-1.25.3.2-win32.zip",
|
|
"hash": "6123f91ca74eeddd310fcc6a6a78dc5d405b42dc7e191245b5dee627fb2ea32d",
|
|
"extract_dir": "openresty-1.25.3.2-win32"
|
|
}
|
|
},
|
|
"bin": [
|
|
[
|
|
"nginx.exe",
|
|
"openresty"
|
|
],
|
|
"resty.bat",
|
|
"restydoc.bat",
|
|
"restydoc-index.bat"
|
|
],
|
|
"persist": [
|
|
"conf",
|
|
"html",
|
|
"logs"
|
|
],
|
|
"checkver": {
|
|
"url": "https://openresty.org/en/download.html",
|
|
"regex": "openresty-([\\d.]+)-win"
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|