Skip to content

Commit c1f74cb

Browse files
authored
Merge pull request #196598 from Homebrew/bump-zellij-0.41.1
zellij 0.41.1
2 parents b83f22f + 9d6aead commit c1f74cb

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/z/zellij.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Zellij < Formula
22
desc "Pluggable terminal workspace, with terminal multiplexer as the base feature"
33
homepage "https://zellij.dev"
4-
url "https://github.com/zellij-org/zellij/archive/refs/tags/v0.41.0.tar.gz"
5-
sha256 "cfe987c6ab8adeb484cd429618a8019d162b7298b98da2288eed1b1d9aaf8ef5"
4+
url "https://github.com/zellij-org/zellij/archive/refs/tags/v0.41.1.tar.gz"
5+
sha256 "72db7eb7257db08f338f37f0294791ea815140f739fbcb7059ccb0c8165a99d3"
66
license "MIT"
77
head "https://github.com/zellij-org/zellij.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "0644baeb973a27d0c79e07bbeea7c2a584985cd1f4cbb2b63b3bccd4d473bc21"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "ed10620327be5daf02694a73f771c597051bbb877d45a3a3ca1f382d952f6252"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "75bdb0fa3e01296d9a017e00e37322fe69cd3ede5776dbebbfc7a8d2365accc7"
13-
sha256 cellar: :any_skip_relocation, sonoma: "e66300dfc2877b6e7478e369e5e6b577b671a4fb8c3167ae18278108463be751"
14-
sha256 cellar: :any_skip_relocation, ventura: "243494af921542c846e667c6e3e782c0aa25acf96483e798835c5c8ae959e520"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "f0345a431c5f24291313c51dbe4986ca0f8e7ed57e07692117eb85d207f54046"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "a4024ec01b2ecbddffd2b8bf347dad1d9dc7d724541250ec4441b6350c2b731d"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "18c1fd0c345b1369e6f3858e22e0e19068c889ff7e57836e90c141594a143b4c"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "0ebdb501fe9ce349c8ce222f8f9486015263701893ab851b09b8be02d41d3962"
13+
sha256 cellar: :any_skip_relocation, sonoma: "f396acab596bf67b1eef80648f62be784567d33b6ea298a2df09dcfeacd27ef4"
14+
sha256 cellar: :any_skip_relocation, ventura: "62f6feb27ebdd6d1aed0932bb526a57d0b307c00f3f33713b6cdc2e6a6193d8b"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "dba5e8cc8b6eac93934205f3bae3dd96128d1370a06250027a7fac2a53b441e3"
1616
end
1717

1818
depends_on "rust" => :build

0 commit comments

Comments
 (0)