diff --git a/manifest/x86_64/z/zellij.filelist b/manifest/x86_64/z/zellij.filelist index 94e7784066..fa521ae6bf 100644 --- a/manifest/x86_64/z/zellij.filelist +++ b/manifest/x86_64/z/zellij.filelist @@ -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 diff --git a/packages/zellij.rb b/packages/zellij.rb index 5ee4f0283d..cf8ea4b546 100644 --- a/packages/zellij.rb +++ b/packages/zellij.rb @@ -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' diff --git a/tests/package/z/zellij b/tests/package/z/zellij new file mode 100755 index 0000000000..58f1caeaad --- /dev/null +++ b/tests/package/z/zellij @@ -0,0 +1,3 @@ +#!/bin/bash +zellij -h | head +zellij -V diff --git a/tools/automatically_updatable_packages/zellij b/tools/automatically_updatable_packages/zellij new file mode 100644 index 0000000000..e69de29bb2