From 699e3f29b822a826fa5af1cf34765d36e8a0cee0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 8 Jul 2026 20:28:40 +0000 Subject: [PATCH 1/2] fastly 15.4.0 --- Formula/f/fastly.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/fastly.rb b/Formula/f/fastly.rb index 6e43b6534c3e..cf9cc04cdbf4 100644 --- a/Formula/f/fastly.rb +++ b/Formula/f/fastly.rb @@ -1,8 +1,8 @@ class Fastly < Formula desc "Build, deploy and configure Fastly services" homepage "https://www.fastly.com/documentation/reference/cli/" - url "https://github.com/fastly/cli/archive/refs/tags/v15.3.1.tar.gz" - sha256 "6654c2078e903f25041364404b4d987a6777a8f902a4626ae4a891e371cb61b8" + url "https://github.com/fastly/cli/archive/refs/tags/v15.4.0.tar.gz" + sha256 "a014951b2f1f12979a545b5b27b14c6254b16444aa5b59269e102773fd3669d9" license "Apache-2.0" head "https://github.com/fastly/cli.git", branch: "main" From 598d0a3746e8e5f68d7709fe83c78a7b0bbc832c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 8 Jul 2026 20:50:28 +0000 Subject: [PATCH 2/2] fastly: update 15.4.0 bottle. --- Formula/f/fastly.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/f/fastly.rb b/Formula/f/fastly.rb index cf9cc04cdbf4..a5077da30571 100644 --- a/Formula/f/fastly.rb +++ b/Formula/f/fastly.rb @@ -7,12 +7,12 @@ class Fastly < Formula head "https://github.com/fastly/cli.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_tahoe: "9c114a8e8b8300b641509440fe11727d6f38d50a602ca8ea852bf3772724a7fc" - sha256 cellar: :any_skip_relocation, arm64_sequoia: "9c114a8e8b8300b641509440fe11727d6f38d50a602ca8ea852bf3772724a7fc" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "9c114a8e8b8300b641509440fe11727d6f38d50a602ca8ea852bf3772724a7fc" - sha256 cellar: :any_skip_relocation, sonoma: "feba15779fd4da726d3ff142a7ead7aebd8440d575153c4da4a27cae9be9cde0" - sha256 cellar: :any_skip_relocation, arm64_linux: "22071c53e58ed7a9f022b8f4c4447c4cf8fb67ce0a2cbcedf3898d7cfc49ce3a" - sha256 cellar: :any, x86_64_linux: "09508c5739a232a5dc2f073a03663229cf77f096b4396690f78f6ae977b9a52b" + sha256 cellar: :any_skip_relocation, arm64_tahoe: "882e3cc1448fdd855756b804ae66716f446e49c733e25a68b873efe411ebe98a" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "882e3cc1448fdd855756b804ae66716f446e49c733e25a68b873efe411ebe98a" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "882e3cc1448fdd855756b804ae66716f446e49c733e25a68b873efe411ebe98a" + sha256 cellar: :any_skip_relocation, sonoma: "5e72caf6e5c7df5568ea6e0e52972b8d20597902369cc0f1a85eb9225fe1e17f" + sha256 cellar: :any_skip_relocation, arm64_linux: "436055acba565f508b5a486767d62e7d393ba515fd6b2fb8922f75e24b223551" + sha256 cellar: :any, x86_64_linux: "b24b7ce0aa922c596a80e1d1da792c2a11434d4a09f1d5cacedb7572c4036cae" end depends_on "go" => :build