From 1b1018ce56347277f972c8596cd5518355af845e Mon Sep 17 00:00:00 2001 From: Shubham Chakraborty Date: Sat, 4 Apr 2026 16:04:13 +0530 Subject: [PATCH] package/hyperfine: bump to version 1.20.0 For change log, see: https://github.com/sharkdp/hyperfine/blob/v1.20.0/CHANGELOG.md Update hyperfine from 1.19.0 to 1.20.0. This release adds the --reference-name option, extends --ignore-failure to accept comma-separated exit codes, adds improvements to the bundled Python scripts, and fixes command naming with parameter scans. Refresh the vendored cargo tarball hash for the new release. Signed-off-by: Shubham Chakraborty [Julien: - remove quote in commit title - add link to changelog - update DEVELOPERS file in a separate commit ] Signed-off-by: Julien Olivain --- package/hyperfine/hyperfine.hash | 2 +- package/hyperfine/hyperfine.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/hyperfine/hyperfine.hash b/package/hyperfine/hyperfine.hash index ca3bb41a89..e0408ee79d 100644 --- a/package/hyperfine/hyperfine.hash +++ b/package/hyperfine/hyperfine.hash @@ -1,4 +1,4 @@ # Locally computed -sha256 9fb27f85472255c40f0ac24a932fae3cb5836cc99558d1f7a36a66e937be45a6 hyperfine-1.19.0-cargo4.tar.gz +sha256 64644b26342ebd44ad455ee7750809e424aff084bad403d04d713d729b020934 hyperfine-1.20.0-cargo4.tar.gz sha256 c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4 LICENSE-APACHE sha256 1dfee18c2ff07ce551de4d6a1d2db158c0380746b488a7f0d08c8e0d3568b7c3 LICENSE-MIT diff --git a/package/hyperfine/hyperfine.mk b/package/hyperfine/hyperfine.mk index 7ab25fd4f1..8af6e0298a 100644 --- a/package/hyperfine/hyperfine.mk +++ b/package/hyperfine/hyperfine.mk @@ -4,7 +4,7 @@ # ################################################################################ -HYPERFINE_VERSION = 1.19.0 +HYPERFINE_VERSION = 1.20.0 HYPERFINE_SITE = $(call github,sharkdp,hyperfine,v$(HYPERFINE_VERSION)) HYPERFINE_LICENSE = Apache-2.0 or MIT HYPERFINE_LICENSE_FILES = LICENSE-APACHE LICENSE-MIT