Skip to content

Commit

Permalink
dotnet 7.0.108
Browse files Browse the repository at this point in the history
  • Loading branch information
fel1x-developer committed Jun 24, 2023
1 parent 1a9c55d commit 66cbb7d
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions Formula/dotnet.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ class Dotnet < Formula
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: "v7.0.100-rtm.22521.12",
revision: "e12b7af219b96b5e07039ea8e3e268380329d72c"
version "7.0.100"
tag: "v7.0.108",
revision: "31ced64b58ad86bb12d655ab9f8f4ac213459339"
license "MIT"
revision 1

Expand Down Expand Up @@ -68,14 +67,6 @@ class Dotnet < Formula
# GCC builds have limited support via community.
fails_with :gcc

# Backport fix for error on aspnetcore version while building 'installer in tarball'.
# TODO: Remove when available in release.
# PR ref: https://github.com/dotnet/installer/pull/14938
patch do
url "https://raw.githubusercontent.com/Homebrew/formula-patches/f206f7a45b330cce79e6bfe9116fccd93b0d3ed8/dotnet/aspnetcore-version.patch"
sha256 "00103452e2f52831c04007f1b7f9fcd5ecddf0671943657104f0ac8d3a9ca613"
end

# Fix build failure on macOS due to missing bootstrap packages
# Fix build failure on macOS ARM due to `osx-x64` override
# Issue ref: https://github.com/dotnet/source-build/issues/2795
Expand Down

0 comments on commit 66cbb7d

Please sign in to comment.