Skip to content

Commit 3b755e4

Browse files
authored
Merge pull request #209325 from jesseduffield/bump-lazygit-0.48.0
lazygit 0.48.0
2 parents 8b95040 + 5cf3c12 commit 3b755e4

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.47.2.tar.gz"
5-
sha256 "f8c28ff7389f0480d223c685496336f1fc8a48aca4748a9d7718dabdd09cb869"
4+
url "https://github.com/jesseduffield/lazygit/archive/refs/tags/v0.48.0.tar.gz"
5+
sha256 "b8507602e19a0ab7b1e2c9f26447df87d068be9bf362394106bad8a56ce25f82"
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: "d25a46255f893ba1503b1920e4fbe94d15b36b5cd8816a42a7f13295dae7b117"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d25a46255f893ba1503b1920e4fbe94d15b36b5cd8816a42a7f13295dae7b117"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "d25a46255f893ba1503b1920e4fbe94d15b36b5cd8816a42a7f13295dae7b117"
18-
sha256 cellar: :any_skip_relocation, sonoma: "92dc8524699dd8b2158d055ea3032c64da6e3ad58041b620a3474159d6fd3030"
19-
sha256 cellar: :any_skip_relocation, ventura: "92dc8524699dd8b2158d055ea3032c64da6e3ad58041b620a3474159d6fd3030"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "74fc0e7556b4961c59add72612f8b149f7974924d8cf3b8fbf31405b5fe3bf5b"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "cbdb434e7d8a11ea5d58815ca7640b5fce8f72228b057281de3bd5df2bee8aa0"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "cbdb434e7d8a11ea5d58815ca7640b5fce8f72228b057281de3bd5df2bee8aa0"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "cbdb434e7d8a11ea5d58815ca7640b5fce8f72228b057281de3bd5df2bee8aa0"
18+
sha256 cellar: :any_skip_relocation, sonoma: "69948032b5dcb0a4946877d0537bbe7d98b37ab08f67b2d55729096309ea8461"
19+
sha256 cellar: :any_skip_relocation, ventura: "69948032b5dcb0a4946877d0537bbe7d98b37ab08f67b2d55729096309ea8461"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "a19c84fac75979ac5c0676bbdf2b0c52f396678eb3576afeab08e2c7f43c5c1b"
2121
end
2222

2323
depends_on "go" => :build

0 commit comments

Comments
 (0)