static-web-server: Update to version 2.38.0

This commit is contained in:
github-actions[bot] 2025-07-22 00:42:51 +00:00
parent 99a42dee03
commit ce1218cc95

View File

@ -1,24 +1,24 @@
{
"version": "2.37.0",
"version": "2.38.0",
"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.37.0/static-web-server-v2.37.0-x86_64-pc-windows-msvc.zip",
"hash": "e2d96344eea55e6223239b5eb3c5d5adee0e3830c845a2bdeda30e06b493bb24",
"extract_dir": "static-web-server-v2.37.0-x86_64-pc-windows-msvc"
"url": "https://github.com/static-web-server/static-web-server/releases/download/v2.38.0/static-web-server-v2.38.0-x86_64-pc-windows-msvc.zip",
"hash": "fb77c62842fa0e48a7f81d8872183342b3ce099f168c6f3b257a65dbeb882b80",
"extract_dir": "static-web-server-v2.38.0-x86_64-pc-windows-msvc"
},
"arm64": {
"url": "https://github.com/static-web-server/static-web-server/releases/download/v2.37.0/static-web-server-v2.37.0-aarch64-pc-windows-msvc.zip",
"hash": "8a4fafb301e38a95f9c83935571218d5980976928650fb33d92892e75c335ae2",
"extract_dir": "static-web-server-v2.37.0-aarch64-pc-windows-msvc"
"url": "https://github.com/static-web-server/static-web-server/releases/download/v2.38.0/static-web-server-v2.38.0-aarch64-pc-windows-msvc.zip",
"hash": "ab3c7a8ab2f42ae1e1bf07083ca49764bb144c446840acfdffbfcff0003aad77",
"extract_dir": "static-web-server-v2.38.0-aarch64-pc-windows-msvc"
},
"32bit": {
"url": "https://github.com/static-web-server/static-web-server/releases/download/v2.37.0/static-web-server-v2.37.0-i686-pc-windows-msvc.zip",
"hash": "0c27cd37c4facbccf5b004d1bc30788ab7493b813cefe17ef503f3d76b0337d0",
"extract_dir": "static-web-server-v2.37.0-i686-pc-windows-msvc"
"url": "https://github.com/static-web-server/static-web-server/releases/download/v2.38.0/static-web-server-v2.38.0-i686-pc-windows-msvc.zip",
"hash": "2c6dd01cb551110cdd86f33c3ddcc19b3d015aad013eadd106aab9c627683c91",
"extract_dir": "static-web-server-v2.38.0-i686-pc-windows-msvc"
}
},
"bin": "static-web-server.exe",