hyperfine: 1.16.1 -> 1.17.0

This commit is contained in:
Tim Biermann 2023-06-04 11:39:08 +02:00
parent 11692256b1
commit 45487d6d7c
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 7 additions and 8 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF30W70aiaUJIqPA/rAVwoZyHYUjw/bVUnbpljhvSVTo6ILuSKCYmZv8Po2BxLUMcRSS7phI/MjhsQ7gpZU+xa0QA=
SHA256 (Pkgfile) = 46846facde3b8816bd9e5e4f946470d18e14f195432eb569a21da00385f0696f
RWSagIOpLGJF3/8ovSZBKd0pbe/Bv3ibuoNBH6HKa0HBERuTXak4cz2gGPCorGGmC5N4HFEW2yAfewEVekTTRLzVUXWeR34FXwM=
SHA256 (Pkgfile) = df2db103febe44bc802f7c07c87f0179735ae4721252c4efe6c2d2a3a6caf840
SHA256 (.footprint) = 9690b0290d10204cca2c6ffa48becb9070f4355a02ed3e84781df47f847913b4
SHA256 (hyperfine-1.16.1.tar.gz) = ffb3298945cbe2c068ca1a074946d55b9add83c9df720eda2ed7f3d94d7e65d2
SHA256 (hyperfine-1.17.0.tar.gz) = 3dcd86c12e96ab5808d5c9f3cec0fcc04192a87833ff009063c4a491d5487b58

View File

@ -4,16 +4,15 @@
# Depends on: rust
name=hyperfine
version=1.16.1
version=1.17.0
release=1
source=(https://github.com/sharkdp/hyperfine/archive/v$version/$name-$version.tar.gz)
build() {
prt-get isinst sccache && export RUSTC_WRAPPER=/usr/bin/sccache
mkdir "$PKGMK_SOURCE_DIR/rust" || true
export CARGO_HOME="$PKGMK_SOURCE_DIR/rust"
[[ ! -e $PKGMK_SOURCE_DIR/rust ]] && mkdir $PKGMK_SOURCE_DIR/rust
cargo build --release --manifest-path $name-$version/Cargo.toml
cargo update --manifest-path $name-$version/Cargo.toml
cargo build --release --locked --manifest-path $name-$version/Cargo.toml
install -Dt $PKG/usr/bin $name-$version/target/release/$name
}