11class 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.50.0 .tar.gz"
5- sha256 "4fec66f33609898dbceffc02a38375f5b965b68d0eaf3f5afbe1a44481a5c72b "
4+ url "https://github.com/jesseduffield/lazygit/archive/refs/tags/v0.51.1 .tar.gz"
5+ sha256 "467fb3988a375dbfd9288beaae89205d39795a0fd7f156b813d52bbcb57f3506 "
66 license "MIT"
77 head "https://github.com/jesseduffield/lazygit.git" , branch : "master"
88
@@ -14,12 +14,12 @@ class Lazygit < Formula
1414 no_autobump! because : :bumped_by_upstream
1515
1616 bottle do
17- sha256 cellar : :any_skip_relocation , arm64_sequoia : "b070dcf7835e4b889cf570379e5b4287f9593d3e8a0f6b6ed5098f167349574a "
18- sha256 cellar : :any_skip_relocation , arm64_sonoma : "b070dcf7835e4b889cf570379e5b4287f9593d3e8a0f6b6ed5098f167349574a "
19- sha256 cellar : :any_skip_relocation , arm64_ventura : "b070dcf7835e4b889cf570379e5b4287f9593d3e8a0f6b6ed5098f167349574a "
20- sha256 cellar : :any_skip_relocation , sonoma : "63bc6f8aebc85132c9ed24fab7e6f19ec0b95e9a7cbca1549837a12780f12cc5 "
21- sha256 cellar : :any_skip_relocation , ventura : "63bc6f8aebc85132c9ed24fab7e6f19ec0b95e9a7cbca1549837a12780f12cc5 "
22- sha256 cellar : :any_skip_relocation , x86_64_linux : "ee9c1a96bdd15717d8cadb43b9c32247dd0db77b6493257a3699eafdb4c57541 "
17+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "e42a5e6d5da3df8e8b3a40d4fd2728f1e76a8d18b3b5ca9f2d3dc2e55c399c8f "
18+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "e42a5e6d5da3df8e8b3a40d4fd2728f1e76a8d18b3b5ca9f2d3dc2e55c399c8f "
19+ sha256 cellar : :any_skip_relocation , arm64_ventura : "e42a5e6d5da3df8e8b3a40d4fd2728f1e76a8d18b3b5ca9f2d3dc2e55c399c8f "
20+ sha256 cellar : :any_skip_relocation , sonoma : "973f2879428d835eb3dc72daac7d5c7b41fcbfbfb178ef00ba62453b95f0517c "
21+ sha256 cellar : :any_skip_relocation , ventura : "973f2879428d835eb3dc72daac7d5c7b41fcbfbfb178ef00ba62453b95f0517c "
22+ sha256 cellar : :any_skip_relocation , x86_64_linux : "8c009000f1ff8e8433f19c87c3a033bd013012ecac287f14e3f923879fd9f973 "
2323 end
2424
2525 depends_on "go" => :build
0 commit comments