summaryrefslogtreecommitdiff
path: root/tre-command
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2022-06-19 11:34:09 +0200
committerTim Biermann <tbier@posteo.de>2022-06-19 11:34:09 +0200
commit1878e2b01f1c03b2450a82b52630f0ebdb0ad68b (patch)
treef58a5188d181c1e9ad0f5c814fbc936a6b539d86 /tre-command
parentef7a4e142ad533b3f7b52cc274132707a50ae328 (diff)
downloadcontrib-1878e2b01f1c03b2450a82b52630f0ebdb0ad68b.tar.gz
contrib-1878e2b01f1c03b2450a82b52630f0ebdb0ad68b.tar.xz
tre-command: 0.3.6 -> 0.4.0
Diffstat (limited to 'tre-command')
-rw-r--r--tre-command/.signature6
-rw-r--r--tre-command/Pkgfile8
2 files changed, 6 insertions, 8 deletions
diff --git a/tre-command/.signature b/tre-command/.signature
index b7b078af1..da21826ba 100644
--- a/tre-command/.signature
+++ b/tre-command/.signature
@@ -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
diff --git a/tre-command/Pkgfile b/tre-command/Pkgfile
index 183b50d09..8a79b24ce 100644
--- a/tre-command/Pkgfile
+++ b/tre-command/Pkgfile
@@ -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
}

Generated by cgit