|
1 | 1 | class McpToolbox < Formula |
2 | 2 | desc "MCP server for databases" |
3 | 3 | homepage "https://github.com/googleapis/genai-toolbox" |
4 | | - url "https://github.com/googleapis/genai-toolbox/archive/refs/tags/v0.32.0.tar.gz" |
5 | | - sha256 "c22fd305767d6272fc9ab9c1931f882b945f35cbe06f5380b6e50d5b6ec8e6a2" |
| 4 | + url "https://github.com/googleapis/genai-toolbox/archive/refs/tags/v1.0.0.tar.gz" |
| 5 | + sha256 "b60cde997bc881ff078324c970444dcbbd0d1321c0c59a0dd6d3160ea52a2555" |
6 | 6 | license "Apache-2.0" |
7 | 7 |
|
8 | 8 | bottle do |
9 | | - sha256 cellar: :any_skip_relocation, arm64_tahoe: "249c0e932bc50808b14c5f99be26a9ba4704ad0a5385a7eb025a3271c37d78de" |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "b1154ceabd61eac599aa346a591c84b08d42d7f8ae83fd2f5b4dcacbe65e284d" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "5db35eb0c39d27a33f229c8735994d21b19ad7a3641b23e0be3270bf3adb26ea" |
12 | | - sha256 cellar: :any_skip_relocation, sonoma: "c27edf10f7a6d982f50eef5c093f597e1b272cc3448ac7b777ae14da5e84e67a" |
13 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "e1250d803211aa6896d59bcf21b30a0599b350e240eb3a45ed3af0c8e4212b9d" |
14 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "a20807b3e7dd2102009016f180d32fc182cb6655b53752e6974593987c590e9e" |
| 9 | + sha256 cellar: :any_skip_relocation, arm64_tahoe: "668bde02e27eaff91eec851e3348eca908fd8cae092986797d4fb9066121c80a" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "1f34087d11824d2eb4c4d2bc14630d804b75750558a5090e172413b0a4767c3b" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "4e268e1fc15c7315905b83ea80be34a33326377f1cfd971d85da9666ef8b7dc2" |
| 12 | + sha256 cellar: :any_skip_relocation, sonoma: "e1c2b57ddf3e3a8adbdd13f49ec8c6329edb70d20dd10ebd8cc34d3f85e8bd4a" |
| 13 | + sha256 cellar: :any_skip_relocation, arm64_linux: "96efc7358f353997588b33618133f445508e669525ca9bd6ec73802aee5198c4" |
| 14 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "faf933f55b6761ef2d4a65a06cd2672ba81b567c65ceab1891b88b1b755974e6" |
15 | 15 | end |
16 | 16 |
|
17 | 17 | depends_on "go" => :build |
|
0 commit comments