Zellij 0.42.2 => 0.44.0 (#15420)

This commit is contained in:
Ed Reel
2026-04-04 22:47:33 -05:00
committed by GitHub
parent d7681d907d
commit 2e630a2c79
4 changed files with 9 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
# Total size: 9276716
# Total size: 51597579
/usr/local/bin/zellij
/usr/local/etc/bash.d/zellij
/usr/local/share/bash-completion/completions/zellij

View File

@@ -6,7 +6,7 @@ require 'buildsystems/rust'
class Zellij < RUST
description 'A terminal multiplexer'
homepage 'https://zellij.dev'
version '0.42.2'
version '0.44.0'
license 'MIT'
compatibility 'x86_64'
source_url 'https://github.com/zellij-org/zellij.git'
@@ -14,14 +14,14 @@ class Zellij < RUST
binary_compression 'tar.zst'
binary_sha256({
x86_64: '4a0eb5bee4f910d6681613f557c1e081a616171df007d86e2be902108f793ea5'
x86_64: 'f91f01ce832fff4f9d243b123cf94fa190754a9ee2867f4d12d3cff6aa068447'
})
depends_on 'gcc_lib' # R
depends_on 'glibc' # R
depends_on 'gcc_lib' => :library
depends_on 'glibc' => :library
depends_on 'protobuf' => :build
depends_on 'rust' => :build
depends_on 'zlib' # R
depends_on 'zlib' => :library
rust_targets 'wasm32-wasip1'

3
tests/package/z/zellij Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
zellij -h | head
zellij -V