mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
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>
This commit is contained in:
committed by
Julien Olivain
parent
adf99a634b
commit
1b1018ce56
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user