1
1
class Lazygit < Formula
2
2
desc "Simple terminal UI for git commands"
3
3
homepage "https://github.com/jesseduffield/lazygit/"
4
- url "https://github.com/jesseduffield/lazygit/archive/refs/tags/v0.48 .0.tar.gz"
5
- sha256 "b8507602e19a0ab7b1e2c9f26447df87d068be9bf362394106bad8a56ce25f82 "
4
+ url "https://github.com/jesseduffield/lazygit/archive/refs/tags/v0.49 .0.tar.gz"
5
+ sha256 "5f74970a7303f22e5cb47a99b0480c213e280c10585edbf6ae16240fc4e55fa7 "
6
6
license "MIT"
7
7
head "https://github.com/jesseduffield/lazygit.git" , branch : "master"
8
8
@@ -12,12 +12,12 @@ class Lazygit < Formula
12
12
end
13
13
14
14
bottle do
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 "
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 "
21
21
end
22
22
23
23
depends_on "go" => :build
0 commit comments