ScoopInstaller_Main/bucket/static-web-server.json
2022-07-11 00:34:29 +00:00

39 lines
1.8 KiB
JSON

{
"version": "2.10.0",
"description": "A blazing fast and asynchronous web server for static files-serving",
"homepage": "https://sws.joseluisq.net/",
"license": "MIT|Apache-2.0",
"notes": "To run the server as a Windows Service, check: https://sws.joseluisq.net/features/windows-service",
"architecture": {
"64bit": {
"url": "https://github.com/joseluisq/static-web-server/releases/download/v2.10.0/static-web-server-v2.10.0-x86_64-pc-windows-msvc.zip",
"hash": "1e1d4d3b84e821ea8533ecfea3de563bdddddfd51d3284bdc4f4162ec2e1353a",
"extract_dir": "static-web-server-v2.10.0-x86_64-pc-windows-msvc"
},
"32bit": {
"url": "https://github.com/joseluisq/static-web-server/releases/download/v2.10.0/static-web-server-v2.10.0-i686-pc-windows-msvc.zip",
"hash": "6953f35b78eca1f41f60c1d854b49d3ddc6ed31b4b1ef918d7845238cdd7fe11",
"extract_dir": "static-web-server-v2.10.0-i686-pc-windows-msvc"
}
},
"bin": "static-web-server.exe",
"checkver": {
"github": "https://github.com/joseluisq/static-web-server"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/joseluisq/static-web-server/releases/download/v$version/static-web-server-v$version-x86_64-pc-windows-msvc.zip",
"extract_dir": "static-web-server-v$version-x86_64-pc-windows-msvc"
},
"32bit": {
"url": "https://github.com/joseluisq/static-web-server/releases/download/v$version/static-web-server-v$version-i686-pc-windows-msvc.zip",
"extract_dir": "static-web-server-v$version-i686-pc-windows-msvc"
}
},
"hash": {
"url": "$baseurl/static-web-server-v$version-SHA256SUM"
}
}
}