diff --git a/bucket/simple-http-server.json b/bucket/simple-http-server.json index 1507bc9195..ea7f1d9ef7 100644 --- a/bucket/simple-http-server.json +++ b/bucket/simple-http-server.json @@ -1,20 +1,23 @@ { - "version": "0.4.2", + "version": "0.6.1", "description": "Simple http server", "homepage": "https://github.com/TheWaWaR/simple-http-server", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/TheWaWaR/simple-http-server/releases/download/0.4.2/simple-http-server-win64.zip", - "hash": "05dec305f1f6bbfa0d343abdbc288e473139c6ee878c907bc079b94e7cc35944" + "url": "https://github.com/TheWaWaR/simple-http-server/releases/download/v0.6.1/x86_64-pc-windows-msvc-simple-http-server.exe#/simple-http-server.exe", + "hash": "57039d94af3b3c6b46b0020ab0f05c5a6bf6faadf89e8956aca2224a9134ddc1" } }, "bin": "simple-http-server.exe", "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/TheWaWaR/simple-http-server/releases/download/$version/simple-http-server-win64.zip" + "url": "https://github.com/TheWaWaR/simple-http-server/releases/download/$version/x86_64-pc-windows-msvc-simple-http-server.exe#/simple-http-server.exe" } + }, + "hash": { + "url": "$url.sha256" } } }