Skip to content
Merged

cake 5.1.0 #246888

Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions Formula/c/cake.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Cake < Formula
desc "Cross platform build automation system with a C# DSL"
homepage "https://cakebuild.net/"
url "https://github.com/cake-build/cake/archive/refs/tags/v5.0.0.tar.gz"
sha256 "0c77a4a8626b1f6aa886e542026f33e2645bda7177e66c6ca1f60a6cf80b9bf0"
url "https://github.com/cake-build/cake/archive/refs/tags/v5.1.0.tar.gz"
sha256 "32e93073526d1c65d298d573a33b23d908484bb37fdd68b66bc36a9dde7921fb"
license "MIT"

bottle do
Expand All @@ -20,6 +20,9 @@
conflicts_with "coffeescript", because: "both install `cake` binaries"

def install
# Ignore dotnet version specification and use homebrew one
rm "global.json"

dotnet = Formula["dotnet"]
args = %W[
--configuration Release
Expand Down
Loading