hyperfine: Fix autoupdate url (#132)

This commit is contained in:
equinox 2019-06-17 07:19:02 +12:00 committed by Jakub Čábera
parent 91bbeb1497
commit c1b74fb44e

View File

@ -14,7 +14,7 @@
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "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"
} }
} }
} }