Skip to content

Commit 0970280

Browse files
authored
Merge pull request #195420 from Homebrew/bump-cake-4.2.0
cake 4.2.0
2 parents 582b2b3 + f4e432f commit 0970280

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/c/cake.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
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/v4.1.0.tar.gz"
5-
sha256 "2f666eb901a9e0ec0155fe724876008cae94c542939c5ae989bbd8dcad93949b"
4+
url "https://github.com/cake-build/cake/archive/refs/tags/v4.2.0.tar.gz"
5+
sha256 "467158d7f6455f4dfc97a9ccfd7688c84531427c7089ad83f69b09190892d4a7"
66
license "MIT"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "e0b6ad7175592178cd9da91e6eb975406a22503a461a7be568cfcd36395a8f2b"
10-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "aded32dad864830b9d2b7db4afecbf5341c855c493736fc4d520f49d79cc7867"
11-
sha256 cellar: :any_skip_relocation, arm64_ventura: "215bfc89fc5c4340e95824b89c16dd71a71a2af254ac9c387b75c0438c572c04"
12-
sha256 cellar: :any_skip_relocation, sonoma: "3ade41f100b6da79f893eaa540d4e3f5495f3634849122a83e8dc681ded0c759"
13-
sha256 cellar: :any_skip_relocation, ventura: "c91feb31bcd9d61e972275ce7c94c0cf624d861aa910756f5029379004ba6dd3"
14-
sha256 cellar: :any_skip_relocation, x86_64_linux: "d25deaf9effa68fc5eaba34fb7c2f5bd6eca39812f5e1098aa0714f6cf39ee55"
9+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "94a6f6297c1432c5e049759e27aa4d33cb62c38013feb4af1faee7ee204eea8f"
10+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e5843f082902a7684078be97fe4c3a2ceebb628329bc7f31205094c1c6a08d74"
11+
sha256 cellar: :any_skip_relocation, arm64_ventura: "388467b61b9804d9c6a1134e7a584e4cfb176fe5af16e754216e5706458d5a78"
12+
sha256 cellar: :any_skip_relocation, sonoma: "374a0d5c728f47ee1c3d5f832364caa3cfa70f4f0cdcae205cb046e17f6cb2c4"
13+
sha256 cellar: :any_skip_relocation, ventura: "3cda4eb8413d6a4513d0bc085abfd89ed502c79efd71d903dff76e3930ed058c"
14+
sha256 cellar: :any_skip_relocation, x86_64_linux: "4279a9392db8d794023860f45309380d7767b2f70cdf27398e5d0617ff160486"
1515
end
1616

1717
depends_on "dotnet"

0 commit comments

Comments
 (0)