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
5 changes: 2 additions & 3 deletions Formula/p/progressline.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
class Progressline < Formula
desc "Track commands progress in a compact one-line format"
homepage "https://github.com/kattouf/ProgressLine"
url "https://github.com/kattouf/ProgressLine/archive/refs/tags/0.2.2.tar.gz"
sha256 "6c3ee9bdb633b2b616f3fe0c3f4535a1c307d8c031deae0d90bfdbb447061fed"
url "https://github.com/kattouf/ProgressLine/archive/refs/tags/0.2.3.tar.gz"
sha256 "8d4362dc41ba73ccfccd66f5860b512695012e36eae031f84f57e14f67c1bf52"
license "MIT"
revision 1
head "https://github.com/kattouf/ProgressLine.git", branch: "main"

bottle do
Expand Down
Loading