Skip to content

Commit 5334bd5

Browse files
authored
Merge pull request #212700 from Homebrew/tmuxinator-3.3.4
tmuxinator tmuxinator-completion 3.3.4
2 parents 4d5f833 + dd5ad9f commit 5334bd5

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Formula/t/tmuxinator-completion.rb

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class TmuxinatorCompletion < Formula
22
desc "Shell completion for Tmuxinator"
33
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"
66
license "MIT"
77
head "https://github.com/tmuxinator/tmuxinator.git", branch: "master"
88

@@ -11,7 +11,7 @@ class TmuxinatorCompletion < Formula
1111
end
1212

1313
bottle do
14-
sha256 cellar: :any_skip_relocation, all: "93630f3783e22aae47a9b1e1710d0088f4d78a5845c1008ad8cabd5d8d63ed83"
14+
sha256 cellar: :any_skip_relocation, all: "cd3e5346ad32f84faf1cc026f91857cfd12f81e64cc62d015b32f004592480ca"
1515
end
1616

1717
def install

Formula/t/tmuxinator.rb

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
class Tmuxinator < Formula
22
desc "Manage complex tmux sessions easily"
33
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"
66
license "MIT"
77
head "https://github.com/tmuxinator/tmuxinator.git", branch: "master"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, all: "20e0c3ec8ce5b76b4a5a9730faace0bd9c23fe8ce408c1262350d7b9f733f2cd"
10+
sha256 cellar: :any_skip_relocation, all: "6d3d903bd93f7555c16d092f8bd85d972f4c726d2670340f53f8df3682b93934"
1111
end
1212

1313
depends_on "ruby"
@@ -25,8 +25,8 @@ class Tmuxinator < Formula
2525
end
2626

2727
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"
3030
end
3131

3232
def install

0 commit comments

Comments
 (0)