hyperfine 1.19.0+ provides AArch64 macOS binary

This commit is contained in:
Taiki Endo
2024-11-20 03:57:57 +09:00
parent 6c9d919fa0
commit adcdc5f593
2 changed files with 10 additions and 1 deletions

View File

@@ -16,6 +16,10 @@
"aarch64_linux_gnu": {
"url": "https://github.com/sharkdp/hyperfine/releases/download/v${version}/hyperfine-v${version}-aarch64-unknown-linux-gnu.tar.gz",
"bin": "hyperfine-v${version}-aarch64-unknown-linux-gnu/hyperfine"
},
"aarch64_macos": {
"url": "https://github.com/sharkdp/hyperfine/releases/download/v${version}/hyperfine-v${version}-aarch64-apple-darwin.tar.gz",
"bin": "hyperfine-v${version}-aarch64-apple-darwin/hyperfine"
}
},
"license_markdown": "[MIT](https://github.com/sharkdp/hyperfine/blob/master/LICENSE-MIT) OR [Apache-2.0](https://github.com/sharkdp/hyperfine/blob/master/LICENSE-APACHE)",
@@ -44,6 +48,10 @@
"aarch64_linux_gnu": {
"etag": "0x8DD029A11BFB41C",
"checksum": "7f9c0522e1acf869e0558e085c43f2cea3e30e4f7a4b7bc3d5540cbdee7b4273"
},
"aarch64_macos": {
"etag": "0x8DD029A033B40F5",
"checksum": "502e7c7f99e7e1919321eaa23a4a694c34b1b92d99cbd773a4a2497e100e088f"
}
},
"1.18": {

View File

@@ -11,6 +11,7 @@
"x86_64_windows": {
"asset_name": "${package}-v${version}-${rust_target}.zip"
},
"aarch64_linux_gnu": {}
"aarch64_linux_gnu": {},
"aarch64_macos": {}
}
}