|
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/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" |
6 | 6 | license "MIT"
|
7 | 7 |
|
8 | 8 | 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" |
15 | 15 | end
|
16 | 16 |
|
17 | 17 | depends_on "dotnet"
|
|
0 commit comments