Skip to content

Commit

Permalink
cake 4.1.0
Browse files Browse the repository at this point in the history
autobump: add cake

Signed-off-by: Rui Chen <rui@chenrui.dev>

cake: remove build patches

Signed-off-by: Rui Chen <rui@chenrui.dev>
  • Loading branch information
chenrui333 committed Oct 23, 2024
1 parent b4d5ffa commit 40e11a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
1 change: 1 addition & 0 deletions .github/autobump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,7 @@ cadical
caf
cahute
caire
cake
calc
calceph
calcurse
Expand Down
16 changes: 2 additions & 14 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/v4.0.0.tar.gz"
sha256 "ea45d7a69f7bc373bd4d38ed708632a4ff7365d36cb9a85c40a107e6a7ae2c1b"
url "https://github.com/cake-build/cake/archive/refs/tags/v4.1.0.tar.gz"
sha256 "2f666eb901a9e0ec0155fe724876008cae94c542939c5ae989bbd8dcad93949b"
license "MIT"

bottle do
Expand All @@ -19,18 +19,6 @@ class Cake < Formula

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

# Backport NuGet 6.7.0 -> 6.9.0 update to fix build failure:
# error NU1904: Warning As Error: Package 'NuGet.Packaging' 6.7.0 has a known
# critical severity vulnerability, https://github.com/advisories/GHSA-68w7-72jg-6qpp
patch do
url "https://github.com/cake-build/cake/commit/3e1841de021614504ccf9b96816421f943122726.patch?full_index=1"
sha256 "bf3feeb71b577273ac8e69dbf38c9b9bdffa9b89e091d3a432192a5dec428941"
end
patch do
url "https://github.com/cake-build/cake/commit/c72f1d2f429c641dbfdbae843defcab31f22e959.patch?full_index=1"
sha256 "fd96a28c82b7dd404c7731fe69bcae75a863367dbfada9f0aa8e5af39d3a6491"
end

def install

Check failure on line 22 in Formula/c/cake.rb

View workflow job for this annotation

GitHub Actions / Linux

`brew install --verbose --formula --build-bottle cake` failed on Linux!

::error::cake 4.1.0 did not build

Check failure on line 22 in Formula/c/cake.rb

View workflow job for this annotation

GitHub Actions / macOS 15-arm64

`brew install --verbose --formula --build-bottle cake` failed on macOS Sequoia (15) on Apple Silicon!

::error::cake 4.1.0 did not build

Check failure on line 22 in Formula/c/cake.rb

View workflow job for this annotation

GitHub Actions / macOS 14-arm64

`brew install --verbose --formula --build-bottle cake` failed on macOS Sonoma (14) on Apple Silicon!

::error::cake 4.1.0 did not build

Check failure on line 22 in Formula/c/cake.rb

View workflow job for this annotation

GitHub Actions / macOS 13-arm64

`brew install --verbose --formula --build-bottle cake` failed on macOS Ventura (13) on Apple Silicon!

::error::cake 4.1.0 did not build
dotnet = Formula["dotnet"]
os = OS.mac? ? "osx" : OS.kernel_name.downcase
Expand Down

0 comments on commit 40e11a1

Please sign in to comment.