ports/contrib (3.7): dust: 0.8.1 -> 0.8.2
commit 0663dfe02e85fd2521f5f234e06f19c0d5cf5a8a Author: Tim Biermann <tbier@posteo.de> Date: Thu Aug 25 22:26:05 2022 +0200 dust: 0.8.1 -> 0.8.2 diff --git a/dust/.signature b/dust/.signature index 5c914e8dd..08834c74f 100644 --- a/dust/.signature +++ b/dust/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF34I3VWWAbiKaGusNdMcBrdbDb40y8lhk77be6o6oOuV+HeycqLd48ym7Q2vHC8WvwwREnzkNoIiJEQZLAuQ/+A0= -SHA256 (Pkgfile) = f68d40a5c7673c7737ad7c1036e8a4e48c7015c20ee4687fbd7c0297e515bf59 +RWSagIOpLGJF3xS9fKLF/AEI7tt5f3qbH0FGzQLoIjgaCAp4Rr9NWvRRlksgJvWtUiyXcao7qfJ+vdT/BZrOld98sr8f+Rp0uQw= +SHA256 (Pkgfile) = 3d61c8030ba04eeff022959aef48b8b7243ba48d00aefee96ab6f5a09fe7534f SHA256 (.footprint) = ebf861127b1397a35de9c1899cd2465dc242f8cfe10cd2522a9b91d8f1d6bfef -SHA256 (dust-0.8.1.tar.gz) = 9f3b5e93c62bb54139479ac4396549fc62389ac9a7d300b088cdf51cd0e90e22 +SHA256 (dust-0.8.2.tar.gz) = 890972fbf1a7f0a336c0f20e1e9ecc756c62d3debd75d22b596af993a3d8af01 diff --git a/dust/Pkgfile b/dust/Pkgfile index 3123e2eee..db4bec674 100644 --- a/dust/Pkgfile +++ b/dust/Pkgfile @@ -4,7 +4,7 @@ # Depends on: rust name=dust -version=0.8.1 +version=0.8.2 release=1 source=(https://github.com/bootandy/dust/archive/v$version/$name-$version.tar.gz) @@ -13,7 +13,6 @@ build() { mkdir "$PKGMK_SOURCE_DIR/rust" || true export CARGO_HOME="$PKGMK_SOURCE_DIR/rust" - cargo update --manifest-path $name-$version/Cargo.toml - cargo build --release --locked --manifest-path $name-$version/Cargo.toml + cargo build --release --manifest-path $name-$version/Cargo.toml install -Dt $PKG/usr/bin $name-$version/target/release/$name }
participants (1)
-
crux@crux.nu