Skip to content

Commit a458803

Browse files
BrewTestBotchenrui333
authored andcommitted
cake 5.1.0
cake: remove global.json Signed-off-by: Rui Chen <[email protected]>
1 parent b4e0426 commit a458803

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Formula/c/cake.rb

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Cake < Formula
22
desc "Cross platform build automation system with a C# DSL"
33
homepage "https://cakebuild.net/"
4-
url "https://github.com/cake-build/cake/archive/refs/tags/v5.0.0.tar.gz"
5-
sha256 "0c77a4a8626b1f6aa886e542026f33e2645bda7177e66c6ca1f60a6cf80b9bf0"
4+
url "https://github.com/cake-build/cake/archive/refs/tags/v5.1.0.tar.gz"
5+
sha256 "32e93073526d1c65d298d573a33b23d908484bb37fdd68b66bc36a9dde7921fb"
66
license "MIT"
77

88
bottle do
@@ -20,6 +20,9 @@ class Cake < Formula
2020
conflicts_with "coffeescript", because: "both install `cake` binaries"
2121

2222
def install
23+
# Ignore dotnet version specification and use homebrew one
24+
rm "global.json"
25+
2326
dotnet = Formula["dotnet"]
2427
args = %W[
2528
--configuration Release

0 commit comments

Comments
 (0)