diff --git a/bucket/static-web-server.json b/bucket/static-web-server.json index 32e014f573..d0e11ee482 100644 --- a/bucket/static-web-server.json +++ b/bucket/static-web-server.json @@ -1,19 +1,19 @@ { - "version": "2.9.0", + "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.9.0/static-web-server-v2.9.0-x86_64-pc-windows-msvc.zip", - "hash": "72e846329e54c0a794e5c2c62484266f31f0c411bf4243a1bac58e7c9d697d3d", - "extract_dir": "static-web-server-v2.9.0-x86_64-pc-windows-msvc" + "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.9.0/static-web-server-v2.9.0-i686-pc-windows-msvc.zip", - "hash": "8f3cd9c447136b7da200099b2265e311085debb9f2c2fc30ff8bf732f6ec312c", - "extract_dir": "static-web-server-v2.9.0-i686-pc-windows-msvc" + "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",