From da5b6e61481e5d120f4cbc79314c2869562c1c99 Mon Sep 17 00:00:00 2001 From: Kattouf Date: Sun, 17 Nov 2024 12:43:10 +0700 Subject: [PATCH 1/2] progressline 0.2.3 --- Formula/p/progressline.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Formula/p/progressline.rb b/Formula/p/progressline.rb index 10bf41a5eaf1..a91ae71f0bb6 100644 --- a/Formula/p/progressline.rb +++ b/Formula/p/progressline.rb @@ -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 From 002ddddeb3f55a71a12f21befa3e07ff5cb2069b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 17 Nov 2024 06:06:43 +0000 Subject: [PATCH 2/2] progressline: update 0.2.3 bottle. --- Formula/p/progressline.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Formula/p/progressline.rb b/Formula/p/progressline.rb index a91ae71f0bb6..e56444fa33b3 100644 --- a/Formula/p/progressline.rb +++ b/Formula/p/progressline.rb @@ -7,10 +7,10 @@ class Progressline < Formula 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