mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
54 lines
1.7 KiB
JSON
54 lines
1.7 KiB
JSON
{
|
|
"version": "1.19.9.1",
|
|
"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.9.1-win64.zip",
|
|
"hash": "d7905f2b97f2caf946ddffd1bc2f9f567cfc15027c467a319226308d6126dc13",
|
|
"extract_dir": "openresty-1.19.9.1-win64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://openresty.org/download/openresty-1.19.9.1-win32.zip",
|
|
"hash": "d2d9ad5c9ec9a296f424db7bfcbd75aff644bee20570291428592669c319f96f",
|
|
"extract_dir": "openresty-1.19.9.1-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"
|
|
}
|
|
}
|
|
}
|
|
}
|