File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
class Cake < Formula
2
2
desc "Cross platform build automation system with a C# DSL"
3
3
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 "
6
6
license "MIT"
7
7
8
8
bottle do
@@ -20,6 +20,9 @@ class Cake < Formula
20
20
conflicts_with "coffeescript" , because : "both install `cake` binaries"
21
21
22
22
def install
23
+ # Ignore dotnet version specification and use homebrew one
24
+ rm "global.json"
25
+
23
26
dotnet = Formula [ "dotnet" ]
24
27
args = %W[
25
28
--configuration Release
You can’t perform that action at this time.
0 commit comments