Skip to content

Commit

Permalink
Merge pull request #202862 from Homebrew/bump-caddy-2.9.0
Browse files Browse the repository at this point in the history
caddy 2.9.0
  • Loading branch information
BrewTestBot authored Dec 31, 2024
2 parents 87d2fb7 + 89e9041 commit 015ee71
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions Formula/c/caddy.rb
Original file line number Diff line number Diff line change
@@ -1,27 +1,25 @@
class Caddy < Formula
desc "Powerful, enterprise-ready, open source web server with automatic HTTPS"
homepage "https://caddyserver.com/"
url "https://github.com/caddyserver/caddy/archive/refs/tags/v2.8.4.tar.gz"
sha256 "5c2e95ad9e688a18dd9d9099c8c132331e01e0bebd401183e8d9123372cf4fcc"
url "https://github.com/caddyserver/caddy/archive/refs/tags/v2.9.0.tar.gz"
sha256 "955c840f3e5981d9b30e48f818d1f42f5f4765a13b3ec658e210d268b93a7cde"
license "Apache-2.0"
head "https://github.com/caddyserver/caddy.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "f353c4a51e6558d37aee6976236d67ac90ab7ff8b3057ad9b9593322256b528f"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "2c9fe7900fa5ffba8cec3ad75c0165515bd240503fc00a4c02fcab2afe9020d3"
sha256 cellar: :any_skip_relocation, arm64_ventura: "2c9fe7900fa5ffba8cec3ad75c0165515bd240503fc00a4c02fcab2afe9020d3"
sha256 cellar: :any_skip_relocation, arm64_monterey: "2c9fe7900fa5ffba8cec3ad75c0165515bd240503fc00a4c02fcab2afe9020d3"
sha256 cellar: :any_skip_relocation, sonoma: "b4882f5cd1bdc8ab668286343e4df96d71f523066c8bc5213e7b6c622d07ff7b"
sha256 cellar: :any_skip_relocation, ventura: "b4882f5cd1bdc8ab668286343e4df96d71f523066c8bc5213e7b6c622d07ff7b"
sha256 cellar: :any_skip_relocation, monterey: "b4882f5cd1bdc8ab668286343e4df96d71f523066c8bc5213e7b6c622d07ff7b"
sha256 cellar: :any_skip_relocation, x86_64_linux: "9c6d89de5982935cf14744372727a79311dea0d62d54575585e0d56d93e67c91"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "2e121cf9d994c57a4bb0924e059f9e388e386c44b8feb2fc799369ca53843755"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "2e121cf9d994c57a4bb0924e059f9e388e386c44b8feb2fc799369ca53843755"
sha256 cellar: :any_skip_relocation, arm64_ventura: "2e121cf9d994c57a4bb0924e059f9e388e386c44b8feb2fc799369ca53843755"
sha256 cellar: :any_skip_relocation, sonoma: "0a9c5033e7e6a0534d6e41faaab6addce0490a001e38e573f7189db787abc4ba"
sha256 cellar: :any_skip_relocation, ventura: "0a9c5033e7e6a0534d6e41faaab6addce0490a001e38e573f7189db787abc4ba"
sha256 cellar: :any_skip_relocation, x86_64_linux: "4677059cad1e3a8790fb10e2ad475b2b9ad48360a967eb2eccdb2af80438e826"
end

depends_on "go" => :build

resource "xcaddy" do
url "https://github.com/caddyserver/xcaddy/archive/refs/tags/v0.4.2.tar.gz"
sha256 "02e685227fdddd2756993ca019cbe120da61833df070ccf23f250c122c13d554"
url "https://github.com/caddyserver/xcaddy/archive/refs/tags/v0.4.4.tar.gz"
sha256 "5ba32eec2388638cebbe1df861ea223c35074528af6a0424f07e436f07adce72"
end

def install
Expand Down

0 comments on commit 015ee71

Please sign in to comment.