Skip to content

Commit 1b46bd6

Browse files
authored
Merge pull request #246888 from Homebrew/bump-cake-5.1.0
cake 5.1.0
2 parents fde30e5 + 85bb258 commit 1b46bd6

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

Formula/c/cake.rb

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,26 @@
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
9-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "4500f7f240d6920f37f23413dddd394b239fc28e83b562aa9e1678b32761296b"
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "78c022a53d5c794a02cb245365a20e68101ff498636aa9d9b0d5791df21e6946"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "39611171d03f29228d6c0f1402647d20a7ada16eff8a8c9fcd25c57d8ce5b7b1"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "37df34c69614dea7ac08ea390a065de5765df3117ab8b7bf4d76135d9ec3ab3e"
13-
sha256 cellar: :any_skip_relocation, ventura: "9d076394489c1d9004fb0749b3723dde1fd951a1cb4f7f81672e83c82680fd02"
14-
sha256 cellar: :any_skip_relocation, arm64_linux: "3c28f268ba6ef8a1f944a6f722b47cf0b210b7c46dba41ecff0e85b83ce55f5d"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "9790da9b120af327c140e99edb3d8bd88fe07016045863938915193f376494b2"
9+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "ac7e950f55d377f780683ba9a1123a7b009aa8ae938ba97195747b7d24ae1fb4"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "59c34254b7a1f561b3b67f465dea3505abf761a989dde7fb4d37780b0f3e9544"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "ccfac27859b9dbedd76d793cd62795d05e2c9a38ae039b604a502744f9245798"
12+
sha256 cellar: :any_skip_relocation, arm64_linux: "f80802dc899b201d304a2b137878fafc03c4315b0d0f326689b206f057b54d1a"
13+
sha256 cellar: :any_skip_relocation, x86_64_linux: "7eadcc16ddfb3c38cab715f1d0fbc9b280dfa21a82995dffd5a4f144b8e5759e"
1614
end
1715

1816
depends_on "dotnet"
1917

2018
conflicts_with "coffeescript", because: "both install `cake` binaries"
2119

2220
def install
21+
# Ignore dotnet version specification and use homebrew one
22+
rm "global.json"
23+
2324
dotnet = Formula["dotnet"]
2425
args = %W[
2526
--configuration Release

0 commit comments

Comments
 (0)