From 977a7bf3163029d7ac3ffb1245db5ed682cd511d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Sep 2024 21:35:05 +0000 Subject: [PATCH 1/2] flyctl 0.3.6 --- Formula/f/flyctl.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/flyctl.rb b/Formula/f/flyctl.rb index ef26febcf3684..5184df9dc62cd 100644 --- a/Formula/f/flyctl.rb +++ b/Formula/f/flyctl.rb @@ -2,8 +2,8 @@ class Flyctl < Formula desc "Command-line tools for fly.io services" homepage "https://fly.io" url "https://github.com/superfly/flyctl.git", - tag: "v0.3.5", - revision: "c4e44d40d1a931847c7fb15eed591e8d8596774e" + tag: "v0.3.6", + revision: "9ecc14954bda369960c94ea966597c533275b296" license "Apache-2.0" head "https://github.com/superfly/flyctl.git", branch: "master" From 97aa2aa1e847d4099896f5824927badaf78228e7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Sep 2024 23:31:46 +0000 Subject: [PATCH 2/2] flyctl: update 0.3.6 bottle. --- Formula/f/flyctl.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/f/flyctl.rb b/Formula/f/flyctl.rb index 5184df9dc62cd..2978a67d16720 100644 --- a/Formula/f/flyctl.rb +++ b/Formula/f/flyctl.rb @@ -18,12 +18,12 @@ class Flyctl < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "c7455195b9a17025d2ad73e6c51857ad9bc761ea0a2135bd608ef12230af18b7" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "c7455195b9a17025d2ad73e6c51857ad9bc761ea0a2135bd608ef12230af18b7" - sha256 cellar: :any_skip_relocation, arm64_ventura: "c7455195b9a17025d2ad73e6c51857ad9bc761ea0a2135bd608ef12230af18b7" - sha256 cellar: :any_skip_relocation, sonoma: "2b708b369d9acf56b2307b83684c4a508bec7551004ff767ad30d4db6db6ba02" - sha256 cellar: :any_skip_relocation, ventura: "2b708b369d9acf56b2307b83684c4a508bec7551004ff767ad30d4db6db6ba02" - sha256 cellar: :any_skip_relocation, x86_64_linux: "20169f753d4913aa186d8c7ac2285b36d684e25228490c848f1b29ef5eff05c2" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "f8af3f33b209a49baaca99eae84e8936f8281b46a881c4a3024b6404a7ff28f0" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "f8af3f33b209a49baaca99eae84e8936f8281b46a881c4a3024b6404a7ff28f0" + sha256 cellar: :any_skip_relocation, arm64_ventura: "f8af3f33b209a49baaca99eae84e8936f8281b46a881c4a3024b6404a7ff28f0" + sha256 cellar: :any_skip_relocation, sonoma: "bf93c21a9e00199acff47c8f626a2461927e4974314b2a3c28d02b403e2f4f02" + sha256 cellar: :any_skip_relocation, ventura: "bf93c21a9e00199acff47c8f626a2461927e4974314b2a3c28d02b403e2f4f02" + sha256 cellar: :any_skip_relocation, x86_64_linux: "4a028f542511732f32504ec1faa386dbd9a2daee57863eea89f5201a59336e27" end depends_on "go" => :build