ScoopInstaller_Main/bucket/static-web-server.json
2024-07-21 00:33:57 +00:00

48 lines
2.5 KiB
JSON

{
"version": "2.32.1",
"description": "A cross-platform, high-performance and asynchronous web server for static files-serving",
"homepage": "https://static-web-server.net/",
"license": "MIT|Apache-2.0",
"notes": "To run the server as a Windows Service, check: https://static-web-server.net/features/windows-service",
"architecture": {
"64bit": {
"url": "https://github.com/static-web-server/static-web-server/releases/download/v2.32.1/static-web-server-v2.32.1-x86_64-pc-windows-msvc.zip",
"hash": "b5ceba7fb0ebdf930efcc4e1b358dc82ef7b07e5b07f007f118488e79fac2647",
"extract_dir": "static-web-server-v2.32.1-x86_64-pc-windows-msvc"
},
"arm64": {
"url": "https://github.com/static-web-server/static-web-server/releases/download/v2.32.1/static-web-server-v2.32.1-aarch64-pc-windows-msvc.zip",
"hash": "edd940eed3ca8f44e81a6db1cbbaa76900392132fc5435e859daa5d3e6dcc2e2",
"extract_dir": "static-web-server-v2.32.1-aarch64-pc-windows-msvc"
},
"32bit": {
"url": "https://github.com/static-web-server/static-web-server/releases/download/v2.32.1/static-web-server-v2.32.1-i686-pc-windows-msvc.zip",
"hash": "d9f4da156c8c53469c9007c09723cf45f107379c1f81f832e53d3c720890eeb9",
"extract_dir": "static-web-server-v2.32.1-i686-pc-windows-msvc"
}
},
"bin": "static-web-server.exe",
"checkver": {
"github": "https://github.com/static-web-server/static-web-server"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/static-web-server/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"
},
"arm64": {
"url": "https://github.com/static-web-server/static-web-server/releases/download/v$version/static-web-server-v$version-aarch64-pc-windows-msvc.zip",
"extract_dir": "static-web-server-v$version-aarch64-pc-windows-msvc"
},
"32bit": {
"url": "https://github.com/static-web-server/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"
}
}
}