From 86b824c06e5c0646b01a643864cc19e35bfa16f1 Mon Sep 17 00:00:00 2001 From: Nhan Doan <2561973+dnhn@users.noreply.github.com> Date: Sat, 23 Sep 2023 01:51:01 +0700 Subject: [PATCH 1/2] flyctl 0.1.99 --- 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 df02493008c6..c3bac7d7f3b3 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.1.98", - revision: "51a1b8f6bcb8e3b5106f6ea114e232dc35fdebc7" + tag: "v0.1.99", + revision: "912553d094d459a75a3a8b7a70df840f9d30958a" license "Apache-2.0" head "https://github.com/superfly/flyctl.git", branch: "master" From b34f8745e143f47d67da311c8e06717a6360612e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 22 Sep 2023 21:22:30 +0000 Subject: [PATCH 2/2] flyctl: update 0.1.99 bottle. --- Formula/f/flyctl.rb | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/Formula/f/flyctl.rb b/Formula/f/flyctl.rb index c3bac7d7f3b3..4cf44707244f 100644 --- a/Formula/f/flyctl.rb +++ b/Formula/f/flyctl.rb @@ -18,15 +18,13 @@ class Flyctl < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "4548966ef7878e00641e16b847f5f0c54a018db82772bf686a157172d3a0b0bc" - sha256 cellar: :any_skip_relocation, arm64_ventura: "4548966ef7878e00641e16b847f5f0c54a018db82772bf686a157172d3a0b0bc" - sha256 cellar: :any_skip_relocation, arm64_monterey: "4548966ef7878e00641e16b847f5f0c54a018db82772bf686a157172d3a0b0bc" - sha256 cellar: :any_skip_relocation, arm64_big_sur: "4548966ef7878e00641e16b847f5f0c54a018db82772bf686a157172d3a0b0bc" - sha256 cellar: :any_skip_relocation, sonoma: "822c78c5883b035bd0b012b6c7d1c9dde903cc5c66dd09410d6afc0d71cb8a0d" - sha256 cellar: :any_skip_relocation, ventura: "822c78c5883b035bd0b012b6c7d1c9dde903cc5c66dd09410d6afc0d71cb8a0d" - sha256 cellar: :any_skip_relocation, monterey: "822c78c5883b035bd0b012b6c7d1c9dde903cc5c66dd09410d6afc0d71cb8a0d" - sha256 cellar: :any_skip_relocation, big_sur: "822c78c5883b035bd0b012b6c7d1c9dde903cc5c66dd09410d6afc0d71cb8a0d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e223b9ee4560a3a08dc666234a6b8b517a4c2a6479dfb67be3dffa2570b7cd8e" + sha256 cellar: :any_skip_relocation, arm64_ventura: "84994991e396a60121bba53550784f5cb55592a9809dd78252ac1bf40e151eb7" + sha256 cellar: :any_skip_relocation, arm64_monterey: "84994991e396a60121bba53550784f5cb55592a9809dd78252ac1bf40e151eb7" + sha256 cellar: :any_skip_relocation, arm64_big_sur: "84994991e396a60121bba53550784f5cb55592a9809dd78252ac1bf40e151eb7" + sha256 cellar: :any_skip_relocation, ventura: "e433179eeee9be2545c6310c9d114d8105604b04ec7f0e3b5c91ffeb42390282" + sha256 cellar: :any_skip_relocation, monterey: "e433179eeee9be2545c6310c9d114d8105604b04ec7f0e3b5c91ffeb42390282" + sha256 cellar: :any_skip_relocation, big_sur: "e433179eeee9be2545c6310c9d114d8105604b04ec7f0e3b5c91ffeb42390282" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e772dd5d485d489495587eae6b4010e8407a212c833d07af05cd9a03c6607b1e" end depends_on "go" => :build