Files
buildroot/package/hyperfine/hyperfine.mk
Shubham Chakraborty 1b1018ce56 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 <chakrabortyshubham66@gmail.com>
[Julien:
 - remove quote in commit title
 - add link to changelog
 - update DEVELOPERS file in a separate commit
]
Signed-off-by: Julien Olivain <ju.o@free.fr>
2026-04-06 21:02:14 +02:00

13 lines
395 B
Makefile

################################################################################
#
# hyperfine
#
################################################################################
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
$(eval $(cargo-package))