From fca5d93cfc3622515d8e0d90d56f3a89c625b1e0 Mon Sep 17 00:00:00 2001 From: Patrick Linnane Date: Sat, 30 Sep 2023 09:19:47 -0700 Subject: [PATCH 1/2] docfx 2.71.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 6a5e4fd970e84..b6b961eae1f0c 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.70.4.tar.gz" - sha256 "0e986e5c46504db53da73711e7922c3ea8fe6fa80aa818fce2eb3370e79ab7c5" + url "https://github.com/dotnet/docfx/archive/refs/tags/v2.71.0.tar.gz" + sha256 "3423dc8b24d9271b6c33da93374e4682a311cc416b4017cfc98cfe553d6b1997" license "MIT" bottle do From 5b23149eb42c345bf9591b80ef2dd87b154224e3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 30 Sep 2023 21:06:24 +0000 Subject: [PATCH 2/2] docfx: update 2.71.0 bottle. --- Formula/d/docfx.rb | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/Formula/d/docfx.rb b/Formula/d/docfx.rb index b6b961eae1f0c..03cc4ebf6a436 100644 --- a/Formula/d/docfx.rb +++ b/Formula/d/docfx.rb @@ -6,13 +6,11 @@ class Docfx < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_ventura: "23319a6fd07db42c07d30f49d9d19b4fc428232a6f1caf75baf0a080a20d3a77" - sha256 cellar: :any_skip_relocation, arm64_monterey: "9b0b3aef94ff0fa317a328bd5b391d2d61028a3373c3d5f67ae29ec7fd3e7b19" - sha256 cellar: :any_skip_relocation, arm64_big_sur: "23ce420b8fb600f004c68758e59e073ef340f3153bbb6c6b6ad379f80c5ac5b7" - sha256 cellar: :any_skip_relocation, ventura: "00b513fd37e1a146064c0de1a2ccbe027a1a129679e325598a75c634ba674b74" - sha256 cellar: :any_skip_relocation, monterey: "8ef537046d2e33ce35775d32db2d17e3892b5624e8ae13f9d529ee31ce937bdc" - sha256 cellar: :any_skip_relocation, big_sur: "9d757b3af056df7c9a9201eeb83062187979c048d374ca743e7d335661d3fb3f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "900fd346df10821bdcc586ce724ee128aaf4a328084a99e802dba9d9e6487428" + sha256 cellar: :any_skip_relocation, arm64_ventura: "694be96a5ae7ba8d41bdfe23b9c7043ad58b885d16aab251e450854b6c2fd31c" + sha256 cellar: :any_skip_relocation, arm64_monterey: "ba03d7df58f592690e13d19d447819c0e9b65523dba260524c3f7b4551ede165" + sha256 cellar: :any_skip_relocation, ventura: "6824afed33c3abe89d55e8e24eebd95bce7a490c8b5a80e06778cd8d987eaf9e" + sha256 cellar: :any_skip_relocation, monterey: "b5e3c7a83dee8978e981eb98947b94b4f7653355fe8c7f8424ba79faddd4e8be" + sha256 cellar: :any_skip_relocation, x86_64_linux: "395aa82bdb6b92ee578cc7af66fab0098fe6891d1ccaf21aa7ddfe788f58898b" end depends_on "dotnet"