mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-02 05:33:57 -09:00
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>
13 lines
395 B
Makefile
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))
|