File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
class TmuxinatorCompletion < Formula
2
2
desc "Shell completion for Tmuxinator"
3
3
homepage "https://github.com/tmuxinator/tmuxinator"
4
- url "https://github.com/tmuxinator/tmuxinator/archive/refs/tags/v3.3.3 .tar.gz"
5
- sha256 "af5104c0beda911a8f263808ffb16e4438dbc755ee77bbf528d4bb46cac07a95 "
4
+ url "https://github.com/tmuxinator/tmuxinator/archive/refs/tags/v3.3.4 .tar.gz"
5
+ sha256 "a923c48127e0d63d0b5397f6297842ed51cf5a5762c348e1db0efd59506c58bd "
6
6
license "MIT"
7
7
head "https://github.com/tmuxinator/tmuxinator.git" , branch : "master"
8
8
@@ -11,7 +11,7 @@ class TmuxinatorCompletion < Formula
11
11
end
12
12
13
13
bottle do
14
- sha256 cellar : :any_skip_relocation , all : "93630f3783e22aae47a9b1e1710d0088f4d78a5845c1008ad8cabd5d8d63ed83 "
14
+ sha256 cellar : :any_skip_relocation , all : "cd3e5346ad32f84faf1cc026f91857cfd12f81e64cc62d015b32f004592480ca "
15
15
end
16
16
17
17
def install
Original file line number Diff line number Diff line change 1
1
class Tmuxinator < Formula
2
2
desc "Manage complex tmux sessions easily"
3
3
homepage "https://github.com/tmuxinator/tmuxinator"
4
- url "https://github.com/tmuxinator/tmuxinator/archive/refs/tags/v3.3.3 .tar.gz"
5
- sha256 "af5104c0beda911a8f263808ffb16e4438dbc755ee77bbf528d4bb46cac07a95 "
4
+ url "https://github.com/tmuxinator/tmuxinator/archive/refs/tags/v3.3.4 .tar.gz"
5
+ sha256 "a923c48127e0d63d0b5397f6297842ed51cf5a5762c348e1db0efd59506c58bd "
6
6
license "MIT"
7
7
head "https://github.com/tmuxinator/tmuxinator.git" , branch : "master"
8
8
9
9
bottle do
10
- sha256 cellar : :any_skip_relocation , all : "20e0c3ec8ce5b76b4a5a9730faace0bd9c23fe8ce408c1262350d7b9f733f2cd "
10
+ sha256 cellar : :any_skip_relocation , all : "6d3d903bd93f7555c16d092f8bd85d972f4c726d2670340f53f8df3682b93934 "
11
11
end
12
12
13
13
depends_on "ruby"
@@ -25,8 +25,8 @@ class Tmuxinator < Formula
25
25
end
26
26
27
27
resource "erubi" do
28
- url "https://rubygems.org/downloads/erubi-1.12.0 .gem"
29
- sha256 "27bedb74dfb1e04ff60674975e182d8ca787f2224f2e8143268c7696f42e4723 "
28
+ url "https://rubygems.org/downloads/erubi-1.13.1 .gem"
29
+ sha256 "a082103b0885dbc5ecf1172fede897f9ebdb745a4b97a5e8dc63953db1ee4ad9 "
30
30
end
31
31
32
32
def install
You can’t perform that action at this time.
0 commit comments