zellij: 0.36.0 -> 0.37.0

This commit is contained in:
Tim Biermann 2023-06-18 20:41:48 +02:00
parent 0f385fd98b
commit 223faffa84
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 5 additions and 6 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3yKVAV/pm2dPLPp2eH9n3G+a6kg5Z/IFFeLcLPBtmdXXv12ppk1heop3F1aCytlODUDDGofhyjc+aGcUGFOUBQw=
SHA256 (Pkgfile) = e23e106cb69ba415c819d7f5c55b864581c73eb8adc411818297a7d1c2b46d70
RWSagIOpLGJF3y3jrntR8GeBA1YBYR6fX0VdCP/zCr9oLWDfveHZ1RzamuP9gjNZlVUMlBziUyHGIH+8q7jWOfBztDoyVNFtZwQ=
SHA256 (Pkgfile) = 0467983c25ba9267574f63fc57e3a225d382b806ea65bea579ed0714f919a058
SHA256 (.footprint) = 537a7725ad8d6bec80c3a23dcfe06ad71a7a7f2ff4a32e05142522fc42a355c0
SHA256 (zellij-0.36.0.tar.gz) = df64fa143c10f3c7c3e53befeb6ab3b8f08c220f3cf6331cfc6faa2aa779b6b1
SHA256 (zellij-0.37.0.tar.gz) = 8f33360fc539bb755a8a63f9cfac0f5a3733af4e8c3c7dc23d67465797b3e681

View File

@ -4,14 +4,13 @@
# Depends on: rust
name=zellij
version=0.36.0
version=0.37.0
release=1
source=(https://github.com/zellij-org/zellij/archive/v$version/$name-$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"
[[ ! -e $PKGMK_SOURCE_DIR/rust ]] && mkdir $PKGMK_SOURCE_DIR/rust
cargo build --release --manifest-path $name-$version/Cargo.toml