ports/contrib (3.7): zellij: 0.30.0 -> 0.31.0
commit 504c989751ca203f05365b2415432d0e17eccf48 Author: Tim Biermann <tbier@posteo.de> Date: Sat Jul 30 09:37:39 2022 +0200 zellij: 0.30.0 -> 0.31.0 diff --git a/zellij/.signature b/zellij/.signature index fdf198143..091226ca6 100644 --- a/zellij/.signature +++ b/zellij/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF30ewWbgEHVaYxc09U4kFTKwFZI4mYlJghBg50P8JLTf1t1d7pQsQBM2Iq5Fdt8aiH6d6PFklWPLhKkxqrj8PIQo= -SHA256 (Pkgfile) = ae72021d15a0fe058d7c1eeaf9bbd27db6dfe97c7ded59909ee21d018fd70304 +RWSagIOpLGJF3+C1XCW+xO98NRYsXONG3SU9gJuSmha8G+iUYT3Yp01cQVQZbVGy3RLOayfNEF+70/20Ieq1C6N2c9V6HsNB7gs= +SHA256 (Pkgfile) = 324e12bd13a879fa367dbd49051dd2f0315119f95f0cde08eabb7bebc81196a7 SHA256 (.footprint) = 537a7725ad8d6bec80c3a23dcfe06ad71a7a7f2ff4a32e05142522fc42a355c0 -SHA256 (zellij-0.30.0.tar.gz) = 52253271dd954e2705571a9bf2b2f7873fe47e0e5b7a2e85aac1b1c73152914c +SHA256 (zellij-0.31.0.tar.gz) = 9d17153511887606f3733df151f5ed461f380e9538336f79f8785bc5b76a68ab diff --git a/zellij/Pkgfile b/zellij/Pkgfile index f82e0c2cf..8c0b46c7c 100644 --- a/zellij/Pkgfile +++ b/zellij/Pkgfile @@ -4,7 +4,7 @@ # Depends on: rust name=zellij -version=0.30.0 +version=0.31.0 release=1 source=(https://github.com/zellij-org/zellij/archive/v$version/$name-$version.tar.gz) @@ -13,8 +13,7 @@ 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