tre-command: 0.3.6 -> 0.4.0

This commit is contained in:
Tim Biermann 2022-06-19 11:34:09 +02:00
parent ef7a4e142a
commit 1878e2b01f
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 6 additions and 8 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3xgcx2H//J/owbtJ81k/5jJw4ii2tLLq2qjSCIt8T3fMDk/D/HsR/2wIdoM9xwz0WDRM+ShCGWH0MkhSQaW4XwQ=
SHA256 (Pkgfile) = 7b9ce6655e54203a0dd9289126169120f02ecd6886fddefdbb97d014c4725b23
RWSagIOpLGJF3/gAqGNyFgniWiRzBd9TGX+u0YK8sDLBzjkwWJGYyYWmoZ7/aTIBEUP3k3NmPs5VrYB3JYyWwQCBxsQ8onDGMws=
SHA256 (Pkgfile) = d4e8b0b95257a939a2bca344342266bbf77687f0a76681a5c87751a3ba158224
SHA256 (.footprint) = 50c2d8d318f6bd8993b5018f524785d8ec6ebce93ba007021ad84647d08b71da
SHA256 (tre-0.3.6.tar.gz) = c372573a6325288b9b23dcd20d1cb100ad275f5b0636a7328395352b3549dd71
SHA256 (tre-0.4.0.tar.gz) = 101fc756f7979316e3d2b3b2a3ad25a6e1cbceca668f3a53c6780169a79d2442

View File

@ -4,17 +4,15 @@
# Depends on: rust
name=tre-command
version=0.3.6
version=0.4.0
release=1
source=(https://github.com/dduan/tre/archive/v$version/tre-$version.tar.gz)
source=(https://github.com/dduan/tre/archive/$version/tre-$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"
cargo update --manifest-path tre-$version/Cargo.toml
cargo fetch --manifest-path tre-$version/Cargo.toml
cargo build --release --locked --manifest-path tre-$version/Cargo.toml
cargo build --release --manifest-path tre-$version/Cargo.toml
install -Dt $PKG/usr/bin tre-$version/target/release/tre
}