Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Formula/l/lazygit.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Lazygit < Formula
desc "Simple terminal UI for git commands"
homepage "https://github.com/jesseduffield/lazygit/"
url "https://github.com/jesseduffield/lazygit/archive/refs/tags/v0.55.1.tar.gz"
sha256 "6c11d02c61767aea1b3f2956797f9b4b3fccc526668a3f211d4e6071195ceb2c"
url "https://github.com/jesseduffield/lazygit/archive/refs/tags/v0.56.0.tar.gz"
sha256 "8785a17f52549640d1bacab66bec3156b9208c46390bb597002eeb3734085a00"
license "MIT"
head "https://github.com/jesseduffield/lazygit.git", branch: "master"

Expand Down
Loading