Skip to content

Commit

Permalink
Merge pull request #195492 from Homebrew/tmuxinator-3.3.2
Browse files Browse the repository at this point in the history
tmuxinator tmuxinator-completion 3.3.2
  • Loading branch information
BrewTestBot authored Oct 25, 2024
2 parents b93c0e4 + 2b702d7 commit bedbe2b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
7 changes: 3 additions & 4 deletions Formula/t/tmuxinator-completion.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class TmuxinatorCompletion < Formula
desc "Shell completion for Tmuxinator"
homepage "https://github.com/tmuxinator/tmuxinator"
url "https://github.com/tmuxinator/tmuxinator/archive/refs/tags/v3.3.1.tar.gz"
sha256 "8b41f7c56b42ea13e37c99f4cd818a571859f473ae5acbed12f343a75e3fa1be"
url "https://github.com/tmuxinator/tmuxinator/archive/refs/tags/v3.3.2.tar.gz"
sha256 "8b5a8cc899f48772f2a8bace06ff463c57248ad9575a668326f1e60b7e9616f0"
license "MIT"
head "https://github.com/tmuxinator/tmuxinator.git", branch: "master"

Expand All @@ -11,8 +11,7 @@ class TmuxinatorCompletion < Formula
end

bottle do
rebuild 1
sha256 cellar: :any_skip_relocation, all: "a156c049432e6a5b1af0b825db5feb7f323e1186750e000d4efbcfc5ddcfadc6"
sha256 cellar: :any_skip_relocation, all: "bdbde07cdfa7d917cc0a16b4c5ef09d827d403e782a95f66b6e3369821906581"
end

def install
Expand Down
7 changes: 3 additions & 4 deletions Formula/t/tmuxinator.rb
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
class Tmuxinator < Formula
desc "Manage complex tmux sessions easily"
homepage "https://github.com/tmuxinator/tmuxinator"
url "https://github.com/tmuxinator/tmuxinator/archive/refs/tags/v3.3.1.tar.gz"
sha256 "8b41f7c56b42ea13e37c99f4cd818a571859f473ae5acbed12f343a75e3fa1be"
url "https://github.com/tmuxinator/tmuxinator/archive/refs/tags/v3.3.2.tar.gz"
sha256 "8b5a8cc899f48772f2a8bace06ff463c57248ad9575a668326f1e60b7e9616f0"
license "MIT"
head "https://github.com/tmuxinator/tmuxinator.git", branch: "master"

bottle do
rebuild 2
sha256 cellar: :any_skip_relocation, all: "f212df9e9c4a67b19bdd885170998c3dea7d35383230451cbcf173f912058744"
sha256 cellar: :any_skip_relocation, all: "320992e7a8f5a7c514fa4c3ac9adb271fa5097a75e09996fbd288c444848af8a"
end

depends_on "ruby"
Expand Down

0 comments on commit bedbe2b

Please sign in to comment.