Skip to content

Commit

Permalink
Merge pull request #197978 from kattouf/bump-progressline-0.2.3
Browse files Browse the repository at this point in the history
progressline 0.2.3
  • Loading branch information
BrewTestBot authored Nov 17, 2024
2 parents 47ea167 + 002dddd commit d6a281b
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions Formula/p/progressline.rb
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
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
sha256 cellar: :any_skip_relocation, arm64_sequoia: "72af65d2ff55c83a0b07242b96d654b2266d283565e8560b6a61db24c2d7b049"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "77fd383d4735e67c038d61835770731f3c29a14a84394ecc024ed348c0c489ea"
sha256 cellar: :any_skip_relocation, sonoma: "31888bebb2589c1f57820832416598bc111f087fcab2472f1ece4391770fa110"
sha256 cellar: :any_skip_relocation, x86_64_linux: "68f5ef0254d75f14499282d1a229d1cdc6015c4471cbeba507dd72443270a1f7"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "74d053a1ddd141c375735a7febbe6a9000b851502828279e250dea502c5a7b04"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e967f8b2b1d9faaebcbf50f60a37b356346a6313a022d5ac8715d98f1a4a8b77"
sha256 cellar: :any_skip_relocation, sonoma: "54ebdeb72317c7f0c4d32a80f459e984bf01c3b1595e77e291e032b811ef80a0"
sha256 cellar: :any_skip_relocation, x86_64_linux: "85bd239897d6f24d55de737a63bf686ad345f39c5f87250272077d699d6299f4"
end

# requires Swift 5.10
Expand Down

0 comments on commit d6a281b

Please sign in to comment.