From b5beaf3e64847d93b4c3c23011e8b47d028509a5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 1 Jul 2024 03:28:29 +0000 Subject: [PATCH 1/2] docfx 2.77.0 --- Formula/d/docfx.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/d/docfx.rb b/Formula/d/docfx.rb index 3369e3f0bebc2..a1033ce83aa18 100644 --- a/Formula/d/docfx.rb +++ b/Formula/d/docfx.rb @@ -1,8 +1,8 @@ class Docfx < Formula desc "Tools for building and publishing API documentation for .NET projects" homepage "https://dotnet.github.io/docfx/" - url "https://github.com/dotnet/docfx/archive/refs/tags/v2.76.0.tar.gz" - sha256 "7d5579c876b84b8e3dfdf5c36316a374357ec377f851a5a7bfcefbae83b541d4" + url "https://github.com/dotnet/docfx/archive/refs/tags/v2.77.0.tar.gz" + sha256 "03c13ca2cdb4a476365ef8f5b7f408a6cf6e35f0193c959d7765c03dd4884bfb" license "MIT" bottle do From 29f373417b908bda9d0637802c5bac39b8d94af6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 1 Jul 2024 04:00:42 +0000 Subject: [PATCH 2/2] docfx: update 2.77.0 bottle. --- Formula/d/docfx.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/d/docfx.rb b/Formula/d/docfx.rb index a1033ce83aa18..056940824dcd8 100644 --- a/Formula/d/docfx.rb +++ b/Formula/d/docfx.rb @@ -6,13 +6,13 @@ class Docfx < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "2e4923b63afc49c5869556b82c5efa3b4f5b7e98b3e8050938a8a952b93de6d0" - sha256 cellar: :any_skip_relocation, arm64_ventura: "fd147d3cdf442aa326e9cf2858a33d43ba0830bfbfaca9cb0621c85c49bc846a" - sha256 cellar: :any_skip_relocation, arm64_monterey: "69902860adef94bfa1dfe954e8afd68e579b236baf03b4d8cf6f001ccea7f521" - sha256 cellar: :any_skip_relocation, sonoma: "46fcfd619380d5f602af50060f11173054610780610e53719cbee3d46b94c571" - sha256 cellar: :any_skip_relocation, ventura: "561f9c9602d09d40b07b41c23614d6a585aebf9945c3ffb4a53222d88aa440a5" - sha256 cellar: :any_skip_relocation, monterey: "2464d56fe6a107b3a19ae06b1637230d790c849b429e21885a9a65ff209c53f4" - sha256 cellar: :any_skip_relocation, x86_64_linux: "be3ef2f8d123e023ec786d8c249e2ada81528115fd3b452d7b94c8c28c57396f" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "4a7d1a6e441d983071dd1cb2f1a945ee55cb05cdb6cedd57d29a68c886794490" + sha256 cellar: :any_skip_relocation, arm64_ventura: "be98269aced336adee7567f5bce4b75316b650595b2ff71d0059a259323b9ce5" + sha256 cellar: :any_skip_relocation, arm64_monterey: "d6d7c94288c97591bea4b1eb37066663c1e1e3469c506babd95ea42fff52cf6f" + sha256 cellar: :any_skip_relocation, sonoma: "8cbf338809fb49538a7d0776e571ddf58da4815f9bfa643209d5c68259b3d7d9" + sha256 cellar: :any_skip_relocation, ventura: "812bf6ad4c29682b276a1464febff524b0eff3d72482d3e55120613f4b86f3c8" + sha256 cellar: :any_skip_relocation, monterey: "d831a32f78422ac08b69b3458ab9425fb2ec7bf6d201742d927b8656a2ff478b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c55f049d46aacabdfd83aed28a7834e88c566f7d3f1affbad9de3f19f0e93217" end depends_on "dotnet"