Skip to content

Commit 1f06f53

Browse files
authored
Merge pull request #252271 from Homebrew/bump-lazygit-0.56.0
lazygit 0.56.0
2 parents 2347970 + 4fe77d4 commit 1f06f53

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.55.1.tar.gz"
5-
sha256 "6c11d02c61767aea1b3f2956797f9b4b3fccc526668a3f211d4e6071195ceb2c"
4+
url "https://github.com/jesseduffield/lazygit/archive/refs/tags/v0.56.0.tar.gz"
5+
sha256 "8785a17f52549640d1bacab66bec3156b9208c46390bb597002eeb3734085a00"
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_tahoe: "fc5d45a5730b8188ca903e1a5205ad6ebf8a1b3dc384dda69cd24f37893ea480"
16-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "fc5d45a5730b8188ca903e1a5205ad6ebf8a1b3dc384dda69cd24f37893ea480"
17-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "fc5d45a5730b8188ca903e1a5205ad6ebf8a1b3dc384dda69cd24f37893ea480"
18-
sha256 cellar: :any_skip_relocation, sonoma: "b72c5e1112d81b3d3f36d3a48ba33339e8c71ee004a5091fdc17e34ddf2b3ac4"
19-
sha256 cellar: :any_skip_relocation, arm64_linux: "8e8bce82cb9edfaaccd52d2624b8c9ff175d9abcc5de7a1789f72a1dd98439d1"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "b668acd9e18520a5e4c701ef65c6d5447783d73228df85d82cf13229f460b4a7"
15+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "374c4b232f286a7794908d3a61693a5ad0d64264933b84782fab67ab806687ba"
16+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "374c4b232f286a7794908d3a61693a5ad0d64264933b84782fab67ab806687ba"
17+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "374c4b232f286a7794908d3a61693a5ad0d64264933b84782fab67ab806687ba"
18+
sha256 cellar: :any_skip_relocation, sonoma: "441c3d24d932db223e150d71975aa2021118da78824729eb25036e85aa9e9e8e"
19+
sha256 cellar: :any_skip_relocation, arm64_linux: "1d481d650e96a3c5cb52b01af8dbb61161c2d3fb7b9cdc8f4db735f1fd3042f4"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "a093f64764c10c8208f33b2cd88f745dd4c1cf6d97e70f4249bbcc8eb5d24ba3"
2121
end
2222

2323
depends_on "go" => :build

0 commit comments

Comments
 (0)