From a986b0f2bd8c95f18c264657cbc7f70086868f0d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 18 Oct 2024 21:34:20 +0000 Subject: [PATCH 1/2] fauna-shell 3.0.1 --- Formula/f/fauna-shell.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/fauna-shell.rb b/Formula/f/fauna-shell.rb index 48683e35ed29..dd4b1a7dae25 100644 --- a/Formula/f/fauna-shell.rb +++ b/Formula/f/fauna-shell.rb @@ -1,8 +1,8 @@ class FaunaShell < Formula desc "Interactive shell for FaunaDB" homepage "https://fauna.com/" - url "https://registry.npmjs.org/fauna-shell/-/fauna-shell-3.0.0.tgz" - sha256 "a11ec233a3017be819e575620cc37894776e9d2e3c82c63999bd0c9a147554a1" + url "https://registry.npmjs.org/fauna-shell/-/fauna-shell-3.0.1.tgz" + sha256 "258ed7dcb3c369aee861a6e69bf807fea3f00540a6b86d2cfae8d8162e32c2de" license "MPL-2.0" head "https://github.com/fauna/fauna-shell.git", branch: "main" From b3c9659594e70e314f3030559a31939ee8365f6a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 18 Oct 2024 22:40:08 +0000 Subject: [PATCH 2/2] fauna-shell: update 3.0.1 bottle. --- Formula/f/fauna-shell.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/f/fauna-shell.rb b/Formula/f/fauna-shell.rb index dd4b1a7dae25..382c2e1db030 100644 --- a/Formula/f/fauna-shell.rb +++ b/Formula/f/fauna-shell.rb @@ -7,12 +7,12 @@ class FaunaShell < Formula head "https://github.com/fauna/fauna-shell.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "d72b247b9e62accbde5a69461efd1f71102ffb422fbfcf2db9b1330f2a5c95c9" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "d72b247b9e62accbde5a69461efd1f71102ffb422fbfcf2db9b1330f2a5c95c9" - sha256 cellar: :any_skip_relocation, arm64_ventura: "d72b247b9e62accbde5a69461efd1f71102ffb422fbfcf2db9b1330f2a5c95c9" - sha256 cellar: :any_skip_relocation, sonoma: "192b96a56a8965da4ee59d211e0364a880da22a3c8b6ed18a437c06740754877" - sha256 cellar: :any_skip_relocation, ventura: "192b96a56a8965da4ee59d211e0364a880da22a3c8b6ed18a437c06740754877" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d72b247b9e62accbde5a69461efd1f71102ffb422fbfcf2db9b1330f2a5c95c9" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "f61c240a86f5c598cb335a81b0f9c4f1808c04e89a0a6159f837e61e60610a5d" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "f61c240a86f5c598cb335a81b0f9c4f1808c04e89a0a6159f837e61e60610a5d" + sha256 cellar: :any_skip_relocation, arm64_ventura: "f61c240a86f5c598cb335a81b0f9c4f1808c04e89a0a6159f837e61e60610a5d" + sha256 cellar: :any_skip_relocation, sonoma: "0738790ea782077df1050168e258e91a85cdb5c1c61aa540bad7f579f43026e6" + sha256 cellar: :any_skip_relocation, ventura: "0738790ea782077df1050168e258e91a85cdb5c1c61aa540bad7f579f43026e6" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f61c240a86f5c598cb335a81b0f9c4f1808c04e89a0a6159f837e61e60610a5d" end depends_on "node"