zellij: 0.30.0 -> 0.31.0

This commit is contained in:
Tim Biermann 2022-07-30 09:37:39 +02:00
parent f2ea51776c
commit 504c989751
2 changed files with 5 additions and 6 deletions

View File

@ -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

View File

@ -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
}