|
1 | 1 | class Tmex < Formula |
2 | 2 | desc "Minimalist tmux layout manager" |
3 | 3 | homepage "https://github.com/evnp/tmex" |
4 | | - url "https://github.com/evnp/tmex/archive/refs/tags/v2.0.4.tar.gz" |
5 | | - sha256 "d1907435f607993b0dc2da90166ea6d2804b73f94cffdb52a7ca40e6bee63632" |
| 4 | + url "https://github.com/evnp/tmex/archive/refs/tags/v2.0.6.tar.gz" |
| 5 | + sha256 "83f16a8231c1c14105134c5e30d1294b41011de2e624e2a91f37d335b5a01712" |
6 | 6 | license "MIT" |
7 | 7 |
|
8 | 8 | bottle do |
9 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "3c6494934f2e31caf6457d71405d8f7fa13fcbed8489a20d1e66c2c910665ada" |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "3c6494934f2e31caf6457d71405d8f7fa13fcbed8489a20d1e66c2c910665ada" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "3c6494934f2e31caf6457d71405d8f7fa13fcbed8489a20d1e66c2c910665ada" |
12 | | - sha256 cellar: :any_skip_relocation, sonoma: "1ffdcd4b358aa710a2bf465baf932722f1e1a4e0eccff83165cb52efcece2526" |
13 | | - sha256 cellar: :any_skip_relocation, ventura: "1ffdcd4b358aa710a2bf465baf932722f1e1a4e0eccff83165cb52efcece2526" |
14 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "1ffdcd4b358aa710a2bf465baf932722f1e1a4e0eccff83165cb52efcece2526" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "1ffdcd4b358aa710a2bf465baf932722f1e1a4e0eccff83165cb52efcece2526" |
| 9 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "1856efaa4a1c0681e228b50e4aaaf6c18d0b916ccfaef88d14c44a3740bb60bd" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "1856efaa4a1c0681e228b50e4aaaf6c18d0b916ccfaef88d14c44a3740bb60bd" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "1856efaa4a1c0681e228b50e4aaaf6c18d0b916ccfaef88d14c44a3740bb60bd" |
| 12 | + sha256 cellar: :any_skip_relocation, sonoma: "fcd486330392d71fd11f6add42b98b213c29dea7bf6e0cb3ca0b323e078f6eea" |
| 13 | + sha256 cellar: :any_skip_relocation, ventura: "fcd486330392d71fd11f6add42b98b213c29dea7bf6e0cb3ca0b323e078f6eea" |
| 14 | + sha256 cellar: :any_skip_relocation, arm64_linux: "fcd486330392d71fd11f6add42b98b213c29dea7bf6e0cb3ca0b323e078f6eea" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "fcd486330392d71fd11f6add42b98b213c29dea7bf6e0cb3ca0b323e078f6eea" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "tmux" |
|
0 commit comments