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.54.2.tar.gz"
sha256 "27237c1c30f866d5adf1682b85db549d9874f89491093230ee0c5ea361617c7c"
url "https://github.com/jesseduffield/lazygit/archive/refs/tags/v0.55.0.tar.gz"
sha256 "3751eb590950283c6443d068dab183556f1f827cc44a1709a98df68d513eca02"
license "MIT"
head "https://github.com/jesseduffield/lazygit.git", branch: "master"

Expand Down
Loading