From 243b1490592943efe379492177d277a240a5e4b3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 25 Nov 2024 02:48:46 +0000 Subject: [PATCH 1/2] ttdl 4.6.0 --- Formula/t/ttdl.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/ttdl.rb b/Formula/t/ttdl.rb index 764d30c611fa8..95352d36c4993 100644 --- a/Formula/t/ttdl.rb +++ b/Formula/t/ttdl.rb @@ -1,8 +1,8 @@ class Ttdl < Formula desc "Terminal Todo List Manager" homepage "https://github.com/VladimirMarkelov/ttdl" - url "https://github.com/VladimirMarkelov/ttdl/archive/refs/tags/v4.5.0.tar.gz" - sha256 "33284fba39f21c3bdd15a7463b8990521ab8faf3af7c2f4f1a28dd7e338f24f7" + url "https://github.com/VladimirMarkelov/ttdl/archive/refs/tags/v4.6.0.tar.gz" + sha256 "a40c31d0bfea96652d7d1ea8bf86dd404950a9bde2016873434821d45c6b4512" license "MIT" bottle do From e8fbd50fd0c4fdc8c5bc3beefa8f07449c2a08f5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 25 Nov 2024 03:10:17 +0000 Subject: [PATCH 2/2] ttdl: update 4.6.0 bottle. --- Formula/t/ttdl.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/t/ttdl.rb b/Formula/t/ttdl.rb index 95352d36c4993..6a631e390b367 100644 --- a/Formula/t/ttdl.rb +++ b/Formula/t/ttdl.rb @@ -6,12 +6,12 @@ class Ttdl < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "3d79f99e0d5651e0193b62989a5b7d6b970c561c2aa61e1965d1627a576c7f63" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "06e2d55f2fabe8b4bc2ef490d683fbbebe1f35da4442c6a0f1583901a0a0b6fc" - sha256 cellar: :any_skip_relocation, arm64_ventura: "41ff03c7ea0dc00121c03fe5dac029e99b538601f4644b2625d80906546dbdc2" - sha256 cellar: :any_skip_relocation, sonoma: "5010752b2763a80dd8538e1954532cc86cd93fd86c26c14b29d437b985a4aaee" - sha256 cellar: :any_skip_relocation, ventura: "670de03bcebb74ed7709496b7d592d09b7938e9421e10c9aeabdbdb07fbb00ca" - sha256 cellar: :any_skip_relocation, x86_64_linux: "96aaede9b361e70e42949c1e2304910d0435fa94288b356fb11d12a84938fc1d" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "b2cfdda8f08be45c07a7472c5709987b083eafeea0620aa243fd1b4b52fa985a" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "110983a9375d3b25f7b68eed6270a61229bb73c5179572696837e44f024e034c" + sha256 cellar: :any_skip_relocation, arm64_ventura: "7d4611f1e19a5e334ac499edc3f4156dd7f5b87e195b6436474bbc336a450f2d" + sha256 cellar: :any_skip_relocation, sonoma: "5e33afabd60379ade7c4bd3a1b2bc106ca14c9732bae76637b7989db407128ab" + sha256 cellar: :any_skip_relocation, ventura: "064b266342c31ffab041c2499f382687b1ee6957456816a699fc249bd15f891f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d896e26c519ef5c197e2df50796eb7a40dfc1ec1ce88261790e4cd41c26d06c3" end depends_on "rust" => :build