dotnet@6 6.0.112

Closes #118326.

Signed-off-by: FX Coudert <fxcoudert@gmail.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
master
Michael Cho 2022-12-16 11:57:29 -08:00 committed by BrewTestBot
parent e92ddad8e7
commit db80ee72d3
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
1 changed files with 5 additions and 3 deletions

View File

@ -1,9 +1,10 @@
class DotnetAT6 < Formula
desc ".NET Core"
homepage "https://dotnet.microsoft.com/"
# Source-build tag announced at https://github.com/dotnet/source-build/discussions
url "https://github.com/dotnet/installer.git",
tag: "v6.0.111",
revision: "b3bb659a9d244d5abf8a796ac33b42922074fc38"
tag: "v6.0.112",
revision: "d311a58ee178e4084d570ae5203e22c1e5e174b7"
license "MIT"
# https://github.com/dotnet/source-build/#support
@ -126,7 +127,8 @@ class DotnetAT6 < Formula
rename_patch = "0001-Rename-NuGet.Config-to-NuGet.config-to-account-for-a.patch"
(Pathname("src/nuget-client/eng/source-build-patches")/rename_patch).unlink if OS.mac?
system "./prep.sh", "--bootstrap"
prep_args = (OS.linux? && Hardware::CPU.intel?) ? [] : ["--bootstrap"]
system "./prep.sh", *prep_args
system "./build.sh", "--clean-while-building"
libexec.mkpath