diff options
author | Gene Carlson <kvngncrlsn@gmail.com> | 2023-03-22 08:41:19 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-01 09:14:23 +0700 |
commit | 160c52336d25e63c8999f803d593df290885dfa2 (patch) | |
tree | ca5d267ab78b96f5a536cd5940e77cf615b92f4d | |
parent | 4d9001f586ce0c82cec368da8eeddc720b4317b7 (diff) |
system/hyperfine: Updated for version 1.16.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | system/hyperfine/hyperfine.SlackBuild | 2 | ||||
-rw-r--r-- | system/hyperfine/hyperfine.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/system/hyperfine/hyperfine.SlackBuild b/system/hyperfine/hyperfine.SlackBuild index e9d48e6d6775b..ead513e18bf4c 100644 --- a/system/hyperfine/hyperfine.SlackBuild +++ b/system/hyperfine/hyperfine.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=hyperfine -VERSION=${VERSION:-1.16.0} +VERSION=${VERSION:-1.16.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/hyperfine/hyperfine.info b/system/hyperfine/hyperfine.info index 6effded3fd5c6..afb71072ac7dc 100644 --- a/system/hyperfine/hyperfine.info +++ b/system/hyperfine/hyperfine.info @@ -1,7 +1,7 @@ PRGNAM="hyperfine" -VERSION="1.16.0" +VERSION="1.16.1" HOMEPAGE="https://github.com/sharkdp/hyperfine" -DOWNLOAD="https://github.com/sharkdp/hyperfine/archive/refs/tags/v1.16.0/hyperfine-1.16.0.tar.gz \ +DOWNLOAD="https://github.com/sharkdp/hyperfine/archive/refs/tags/v1.16.1/hyperfine-1.16.1.tar.gz \ https://crates-io.s3-us-west-1.amazonaws.com/crates/ahash/ahash-0.7.6.crate \ https://crates-io.s3-us-west-1.amazonaws.com/crates/ahash/ahash-0.8.3.crate \ https://crates-io.s3-us-west-1.amazonaws.com/crates/aho-corasick/aho-corasick-0.7.20.crate \ @@ -140,7 +140,7 @@ DOWNLOAD="https://github.com/sharkdp/hyperfine/archive/refs/tags/v1.16.0/hyperfi https://crates-io.s3-us-west-1.amazonaws.com/crates/windows_x86_64_gnu/windows_x86_64_gnu-0.42.2.crate \ https://crates-io.s3-us-west-1.amazonaws.com/crates/windows_x86_64_gnullvm/windows_x86_64_gnullvm-0.42.2.crate \ https://crates-io.s3-us-west-1.amazonaws.com/crates/windows_x86_64_msvc/windows_x86_64_msvc-0.42.2.crate" -MD5SUM="b3b91482b63cb14b77f13ab8cb89bcfb \ +MD5SUM="49bd2c7ccef7c25fec7e2bdbc5799157 \ 7d2520c6776b66559165d0a666e995ff \ 25bbf8d0145ba2670ba039c768bb4f44 \ 96f06331c915195bce97c8542c0eb728 \ |