From 39a5e7379054b16892bf4d65e3398f3041a2b4d9 Mon Sep 17 00:00:00 2001 From: Marcin Puc Date: Tue, 17 May 2022 23:27:50 +0200 Subject: [PATCH] hyperfine: update to 1.14.0 --- srcpkgs/hyperfine/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/hyperfine/template b/srcpkgs/hyperfine/template index 7b28a293a967..f93002ddf70e 100644 --- a/srcpkgs/hyperfine/template +++ b/srcpkgs/hyperfine/template @@ -1,6 +1,6 @@ # Template file for 'hyperfine' pkgname=hyperfine -version=1.13.0 +version=1.14.0 revision=1 build_style=cargo short_desc="Command-line benchmarking tool" @@ -9,14 +9,14 @@ license="MIT, Apache-2.0" homepage="https://github.com/sharkdp/hyperfine" changelog="https://raw.githubusercontent.com/sharkdp/hyperfine/master/CHANGELOG.md" distfiles="https://github.com/sharkdp/hyperfine/archive/refs/tags/v${version}.tar.gz" -checksum=6e57c8e51962dd24a283ab46dde6fe306da772f4ef9bad86f8c89ac3a499c87e +checksum=59018c22242dd2ad2bd5fb4a34c0524948b7921d02aa79419ccec4c1ffd3da14 post_install() { vlicense LICENSE-MIT vman doc/hyperfine.1 cd "target/${RUST_TARGET}/release/build/hyperfine-"*/out - vinstall hyperfine.bash 644 usr/share/bash-completion/completions hyperfine - vinstall hyperfine.fish 644 usr/share/fish/vendor_completions.d - vinstall _hyperfine 644 usr/share/zsh/site-functions + vcompletion hyperfine.bash bash + vcompletion hyperfine.fish fish + vcompletion _hyperfine zsh }