From e07ce068e030e1e41bd2b89c9c36c743f73567d6 Mon Sep 17 00:00:00 2001 From: Alex Stelmachonak <100310178+astelmachonak-nydig@users.noreply.github.com> Date: Wed, 9 Mar 2022 13:35:39 -0500 Subject: [PATCH] simple-http-server: Update to version 0.6.1 (#3367) * Update to 0.6.1 (download URL changed) * Update simple-http-server.json --- bucket/simple-http-server.json | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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" } } }