|
1 | 1 | class Caddy < Formula
|
2 | 2 | desc "Powerful, enterprise-ready, open source web server with automatic HTTPS"
|
3 | 3 | homepage "https://caddyserver.com/"
|
4 |
| - url "https://github.com/caddyserver/caddy/archive/refs/tags/v2.8.4.tar.gz" |
5 |
| - sha256 "5c2e95ad9e688a18dd9d9099c8c132331e01e0bebd401183e8d9123372cf4fcc" |
| 4 | + url "https://github.com/caddyserver/caddy/archive/refs/tags/v2.9.0.tar.gz" |
| 5 | + sha256 "955c840f3e5981d9b30e48f818d1f42f5f4765a13b3ec658e210d268b93a7cde" |
6 | 6 | license "Apache-2.0"
|
7 | 7 | head "https://github.com/caddyserver/caddy.git", branch: "master"
|
8 | 8 |
|
9 | 9 | bottle do
|
10 |
| - sha256 cellar: :any_skip_relocation, arm64_sequoia: "f353c4a51e6558d37aee6976236d67ac90ab7ff8b3057ad9b9593322256b528f" |
11 |
| - sha256 cellar: :any_skip_relocation, arm64_sonoma: "2c9fe7900fa5ffba8cec3ad75c0165515bd240503fc00a4c02fcab2afe9020d3" |
12 |
| - sha256 cellar: :any_skip_relocation, arm64_ventura: "2c9fe7900fa5ffba8cec3ad75c0165515bd240503fc00a4c02fcab2afe9020d3" |
13 |
| - sha256 cellar: :any_skip_relocation, arm64_monterey: "2c9fe7900fa5ffba8cec3ad75c0165515bd240503fc00a4c02fcab2afe9020d3" |
14 |
| - sha256 cellar: :any_skip_relocation, sonoma: "b4882f5cd1bdc8ab668286343e4df96d71f523066c8bc5213e7b6c622d07ff7b" |
15 |
| - sha256 cellar: :any_skip_relocation, ventura: "b4882f5cd1bdc8ab668286343e4df96d71f523066c8bc5213e7b6c622d07ff7b" |
16 |
| - sha256 cellar: :any_skip_relocation, monterey: "b4882f5cd1bdc8ab668286343e4df96d71f523066c8bc5213e7b6c622d07ff7b" |
17 |
| - sha256 cellar: :any_skip_relocation, x86_64_linux: "9c6d89de5982935cf14744372727a79311dea0d62d54575585e0d56d93e67c91" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "2e121cf9d994c57a4bb0924e059f9e388e386c44b8feb2fc799369ca53843755" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "2e121cf9d994c57a4bb0924e059f9e388e386c44b8feb2fc799369ca53843755" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "2e121cf9d994c57a4bb0924e059f9e388e386c44b8feb2fc799369ca53843755" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "0a9c5033e7e6a0534d6e41faaab6addce0490a001e38e573f7189db787abc4ba" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "0a9c5033e7e6a0534d6e41faaab6addce0490a001e38e573f7189db787abc4ba" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "4677059cad1e3a8790fb10e2ad475b2b9ad48360a967eb2eccdb2af80438e826" |
18 | 16 | end
|
19 | 17 |
|
20 | 18 | depends_on "go" => :build
|
21 | 19 |
|
22 | 20 | resource "xcaddy" do
|
23 |
| - url "https://github.com/caddyserver/xcaddy/archive/refs/tags/v0.4.2.tar.gz" |
24 |
| - sha256 "02e685227fdddd2756993ca019cbe120da61833df070ccf23f250c122c13d554" |
| 21 | + url "https://github.com/caddyserver/xcaddy/archive/refs/tags/v0.4.4.tar.gz" |
| 22 | + sha256 "5ba32eec2388638cebbe1df861ea223c35074528af6a0424f07e436f07adce72" |
25 | 23 | end
|
26 | 24 |
|
27 | 25 | def install
|
|
0 commit comments