Skip to content

Commit

Permalink
Merge pull request Homebrew#194912 from Homebrew/bump-fauna-shell-3.0.1
Browse files Browse the repository at this point in the history
fauna-shell 3.0.1
  • Loading branch information
BrewTestBot authored Oct 18, 2024
2 parents ac3d2d6 + b3c9659 commit 553b27e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/f/fauna-shell.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
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"

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"
Expand Down

0 comments on commit 553b27e

Please sign in to comment.