Skip to content

Commit

Permalink
graphql-inspector: add 5.0.8 bottle.
Browse files Browse the repository at this point in the history
  • Loading branch information
chenrui333 authored and BrewTestBot committed Dec 11, 2024
1 parent 9498898 commit cf1e217
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Formula/g/graphql-inspector.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ class GraphqlInspector < Formula
license "MIT"
head "https://github.com/kamilkisiela/graphql-inspector.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "cd9a9963b98f89373fa2a37db49e9012f9ca0d1a1485ad554038f5d45e7f9125"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "cd9a9963b98f89373fa2a37db49e9012f9ca0d1a1485ad554038f5d45e7f9125"
sha256 cellar: :any_skip_relocation, arm64_ventura: "cd9a9963b98f89373fa2a37db49e9012f9ca0d1a1485ad554038f5d45e7f9125"
sha256 cellar: :any_skip_relocation, sonoma: "5b3ebcff1fd9ff768e66b7b4edb37995ab3c079ad0e9bf08501965a60f36c6ae"
sha256 cellar: :any_skip_relocation, ventura: "5b3ebcff1fd9ff768e66b7b4edb37995ab3c079ad0e9bf08501965a60f36c6ae"
sha256 cellar: :any_skip_relocation, x86_64_linux: "cd9a9963b98f89373fa2a37db49e9012f9ca0d1a1485ad554038f5d45e7f9125"
end

depends_on "node"

def install
Expand Down

0 comments on commit cf1e217

Please sign in to comment.