From 4f9c6aa49fa9e417094758ee7b6648c8d5ba455d Mon Sep 17 00:00:00 2001 From: Josh Willox Date: Tue, 19 Oct 2021 18:39:24 +1100 Subject: [PATCH] hyperfine@1.12.0: Fix missing hyperfine.exe (#2773) * Fix missing hyperfine.exe * Add 32-bit version of hyperfine Closes #2776 Closes #2780 --- bucket/hyperfine.json | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/bucket/hyperfine.json b/bucket/hyperfine.json index c3b9c52172..ee733d282c 100644 --- a/bucket/hyperfine.json +++ b/bucket/hyperfine.json @@ -6,7 +6,13 @@ "architecture": { "64bit": { "url": "https://github.com/sharkdp/hyperfine/releases/download/v1.12.0/hyperfine-v1.12.0-x86_64-pc-windows-msvc.zip", - "hash": "ae92a684d0f72c209eab8fe320cfea877383605a7ed18d72e3096b938c28be4b" + "hash": "ae92a684d0f72c209eab8fe320cfea877383605a7ed18d72e3096b938c28be4b", + "extract_dir": "hyperfine-v1.12.0-x86_64-pc-windows-msvc" + }, + "32bit": { + "url": "https://github.com/sharkdp/hyperfine/releases/download/v1.12.0/hyperfine-v1.12.0-i686-pc-windows-msvc.zip", + "hash": "a941b663bf37130483da27ea60e0099089e265a12727256be8380af1bd7abaeb", + "extract_dir": "hyperfine-v1.12.0-i686-pc-windows-msvc" } }, "bin": "hyperfine.exe", @@ -14,7 +20,12 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/sharkdp/hyperfine/releases/download/v$version/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", + "extract_dir": "hyperfine-v$version-x86_64-pc-windows-msvc" + }, + "32bit": { + "url": "https://github.com/sharkdp/hyperfine/releases/download/v$version/hyperfine-v$version-i686-pc-windows-msvc.zip", + "extract_dir": "hyperfine-v$version-i686-pc-windows-msvc" } } }