From c1b74fb44e34537f3cffc380f056c332dc5fdbf0 Mon Sep 17 00:00:00 2001 From: equinox Date: Mon, 17 Jun 2019 07:19:02 +1200 Subject: [PATCH] hyperfine: Fix autoupdate url (#132) --- bucket/hyperfine.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/hyperfine.json b/bucket/hyperfine.json index 95b0f795ea..9dcdef94a5 100644 --- a/bucket/hyperfine.json +++ b/bucket/hyperfine.json @@ -14,7 +14,7 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/sharkdp/hyperfine/releases/download/v1.5.0/hyperfine-v$version-x86_64-pc-windows-msvc.zip" + "url": "https://github.com/sharkdp/hyperfine/releases/download/v$version/hyperfine-v$version-x86_64-pc-windows-msvc.zip" } } }