Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cloudflared: build with go1.20 #136864

Merged
merged 2 commits into from
Jul 18, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions Formula/cloudflared.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@ class Cloudflared < Formula
url "https://github.com/cloudflare/cloudflared/archive/refs/tags/2023.7.1.tar.gz"
sha256 "0863eadade6c6ac5838510d8fb514ec2332bb79bf54edc34e90cc79652b6c816"
license "Apache-2.0"
revision 1
head "https://github.com/cloudflare/cloudflared.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_ventura: "bcedee7a1f9b98ad7a5a16ecc1241bcaf8be0c531c943a340898f02bd2c2a28c"
sha256 cellar: :any_skip_relocation, arm64_monterey: "b0f9b5bfd761dd0f58a4233c7f3c51787058032d881f6d15e62102cdb3fffc92"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "7a223878e238fdcfe6c2a68557528da107e80ffc28b70fa67e8f53c983540060"
sha256 cellar: :any_skip_relocation, ventura: "ca4b15495497fb1001d4d79bab8aa3021b1fc8146cf56ab420916bdabbae892a"
sha256 cellar: :any_skip_relocation, monterey: "5240963cc6b2406b2d24ed14ddf31a45979529a7ddcbbea0876e207d97378bd7"
sha256 cellar: :any_skip_relocation, big_sur: "ddb912cec15b28bf0322959e1c72d3c783ec295187470f73049b750a9a5199f7"
sha256 cellar: :any_skip_relocation, x86_64_linux: "3d20b1f99495ed99fe62f45663333b493ce2b5adc3e84521abf1eacadb90ad27"
sha256 cellar: :any_skip_relocation, arm64_ventura: "af64b6320d73210f3f9dbbc733054d9ce73117923e3171fc27b2a21c1f02e88a"
sha256 cellar: :any_skip_relocation, arm64_monterey: "7819d9d37ec9886f9270ffc026df590cd6638df976ed96c18b4082c8bc4e2a91"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "7042951bdd5a87e0dc0c319feaca76d3e66189e52ede39c702259e75b779415e"
sha256 cellar: :any_skip_relocation, ventura: "b3d7529639f203b2de95263f5ffaeb13665ce706e983477de42e43b821ca2346"
sha256 cellar: :any_skip_relocation, monterey: "3e35744baa66a03f219e2278b9a50c72f776f71ed8dd78dfd6e35c0feead7bf1"
sha256 cellar: :any_skip_relocation, big_sur: "cc53a2a2a99240b4a85809f74c7ab420612e11ecc83f028ba20c8d001ca611b4"
sha256 cellar: :any_skip_relocation, x86_64_linux: "59ca0d7cc4dcb2c11ef9ae81b0421b528dc0b39eae6a40bd956714d9c9fc947b"
end

# https://github.com/cloudflare/cloudflared/issues/888
depends_on "go@1.19" => :build
depends_on "go" => :build

def install
system "make", "install",
Expand Down
Loading