mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
Tmux 3.4 => 3.5 (#10534)
This commit is contained in:
@@ -3,7 +3,7 @@ require 'buildsystems/autotools'
|
||||
class Tmux < Autotools
|
||||
description 'tmux is a terminal multiplexer'
|
||||
homepage 'https://tmux.github.io/'
|
||||
version '3.4'
|
||||
version '3.5'
|
||||
license 'ISC'
|
||||
compatibility 'all'
|
||||
source_url 'https://github.com/tmux/tmux.git'
|
||||
@@ -11,10 +11,10 @@ class Tmux < Autotools
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
binary_sha256({
|
||||
aarch64: 'dfe0099a97b2fa8d59d1a75adbc51583236f76c499cae9cd91e984884b157f77',
|
||||
armv7l: 'dfe0099a97b2fa8d59d1a75adbc51583236f76c499cae9cd91e984884b157f77',
|
||||
i686: '64623bec015fb85c9c3fc1c942f40fdcdaad6cdf137aecf56ca9ba3a32293e34',
|
||||
x86_64: '7cff38ef399a12659899b5c40701ba9e17350838013d1ed90890af6cfcf7473a'
|
||||
aarch64: 'ee0d154b58e740eb8c518b24d0b5757ed5d1589fed73073445ae1081b948f6ca',
|
||||
armv7l: 'ee0d154b58e740eb8c518b24d0b5757ed5d1589fed73073445ae1081b948f6ca',
|
||||
i686: 'e7c110ed9a390bfb963d6ed70c50f6a0039823fd802ab4aa425a9d831f0d9271',
|
||||
x86_64: '3856197ff401420c0cf0a62c47d5e1c3f44f5056e3f46848c6b6963fc9ed2538'
|
||||
})
|
||||
|
||||
depends_on 'glibc' # R
|
||||
|
||||
Reference in New Issue
Block a user