Skip to content

Commit bce6864

Browse files
authored
Merge pull request #222294 from Homebrew/bump-lazygit-0.50.0
lazygit 0.50.0
2 parents 5a7245d + 8124827 commit bce6864

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/l/lazygit.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Lazygit < Formula
22
desc "Simple terminal UI for git commands"
33
homepage "https://github.com/jesseduffield/lazygit/"
4-
url "https://github.com/jesseduffield/lazygit/archive/refs/tags/v0.49.0.tar.gz"
5-
sha256 "5f74970a7303f22e5cb47a99b0480c213e280c10585edbf6ae16240fc4e55fa7"
4+
url "https://github.com/jesseduffield/lazygit/archive/refs/tags/v0.50.0.tar.gz"
5+
sha256 "4fec66f33609898dbceffc02a38375f5b965b68d0eaf3f5afbe1a44481a5c72b"
66
license "MIT"
77
head "https://github.com/jesseduffield/lazygit.git", branch: "master"
88

@@ -12,12 +12,12 @@ class Lazygit < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "fd1df7292563ecd3b9a1f625e18204b0cc93d40810790070ee78272e30f2992c"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "fd1df7292563ecd3b9a1f625e18204b0cc93d40810790070ee78272e30f2992c"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "fd1df7292563ecd3b9a1f625e18204b0cc93d40810790070ee78272e30f2992c"
18-
sha256 cellar: :any_skip_relocation, sonoma: "dfadaa6771631f3604fbdc944b008678a969e3c117b4e83b0119b0c7a15b78fb"
19-
sha256 cellar: :any_skip_relocation, ventura: "dfadaa6771631f3604fbdc944b008678a969e3c117b4e83b0119b0c7a15b78fb"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "69c751d76d97c70fe82260a4a90aae57aa88ce0004bd9ef8379bfdbf0dab3e5f"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "b070dcf7835e4b889cf570379e5b4287f9593d3e8a0f6b6ed5098f167349574a"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "b070dcf7835e4b889cf570379e5b4287f9593d3e8a0f6b6ed5098f167349574a"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "b070dcf7835e4b889cf570379e5b4287f9593d3e8a0f6b6ed5098f167349574a"
18+
sha256 cellar: :any_skip_relocation, sonoma: "63bc6f8aebc85132c9ed24fab7e6f19ec0b95e9a7cbca1549837a12780f12cc5"
19+
sha256 cellar: :any_skip_relocation, ventura: "63bc6f8aebc85132c9ed24fab7e6f19ec0b95e9a7cbca1549837a12780f12cc5"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "ee9c1a96bdd15717d8cadb43b9c32247dd0db77b6493257a3699eafdb4c57541"
2121
end
2222

2323
depends_on "go" => :build

0 commit comments

Comments
 (0)