diff --git a/bucket/static-web-server.json b/bucket/static-web-server.json index 744f0ea324..19f7b3e2ce 100644 --- a/bucket/static-web-server.json +++ b/bucket/static-web-server.json @@ -1,24 +1,24 @@ { - "version": "2.32.0", + "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.0/static-web-server-v2.32.0-x86_64-pc-windows-msvc.zip", - "hash": "fbff273a0040b062e96149d811578d10efd547a386c7aa0a2f19e5462849a874", - "extract_dir": "static-web-server-v2.32.0-x86_64-pc-windows-msvc" + "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.0/static-web-server-v2.32.0-aarch64-pc-windows-msvc.zip", - "hash": "cd06b70f0628457e17a8a3616e174b490023ed1066a105ae135ee65545809e38", - "extract_dir": "static-web-server-v2.32.0-aarch64-pc-windows-msvc" + "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.0/static-web-server-v2.32.0-i686-pc-windows-msvc.zip", - "hash": "ffb2b7927cfab6bc7a2022c4a0ea7d82c73d5b56bfe833305955ee46d2ed9608", - "extract_dir": "static-web-server-v2.32.0-i686-pc-windows-msvc" + "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",