|
1 | 1 | class GeminiCli < Formula |
2 | 2 | desc "Interact with Google Gemini AI models from the command-line" |
3 | 3 | homepage "https://github.com/google-gemini/gemini-cli" |
4 | | - url "https://registry.npmjs.org/@google/gemini-cli/-/gemini-cli-0.1.18.tgz" |
5 | | - sha256 "35d5d1f5807ecf9204fb856adf45567af4cc22c9e814f7dad8f358d55530856d" |
| 4 | + url "https://registry.npmjs.org/@google/gemini-cli/-/gemini-cli-0.1.19.tgz" |
| 5 | + sha256 "be0149bf0808d0ff3f6c8268bda0e4f083aab53f8c8d62d06f89cf15799c2532" |
6 | 6 | license "Apache-2.0" |
7 | 7 |
|
8 | 8 | bottle do |
9 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "19e2e2e9c050f3f5452cbc3af7aa5c05e1984aaae97d829bd9de12f1688e8388" |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "19e2e2e9c050f3f5452cbc3af7aa5c05e1984aaae97d829bd9de12f1688e8388" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "19e2e2e9c050f3f5452cbc3af7aa5c05e1984aaae97d829bd9de12f1688e8388" |
12 | | - sha256 cellar: :any_skip_relocation, sonoma: "aad9640350128a6e9c825eec1b69884f41e6a35f67ec07994f95a05e4bde974a" |
13 | | - sha256 cellar: :any_skip_relocation, ventura: "aad9640350128a6e9c825eec1b69884f41e6a35f67ec07994f95a05e4bde974a" |
14 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "19e2e2e9c050f3f5452cbc3af7aa5c05e1984aaae97d829bd9de12f1688e8388" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "19e2e2e9c050f3f5452cbc3af7aa5c05e1984aaae97d829bd9de12f1688e8388" |
| 9 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "38e81ff5c7a590b1ae3b735fad04d461194621ad4c8e9cc052e98f97d2ecb771" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "38e81ff5c7a590b1ae3b735fad04d461194621ad4c8e9cc052e98f97d2ecb771" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "38e81ff5c7a590b1ae3b735fad04d461194621ad4c8e9cc052e98f97d2ecb771" |
| 12 | + sha256 cellar: :any_skip_relocation, sonoma: "e503c19b380401de7f1a311cd76c0ce737ab2fe0e6748b895d383e5e9a2299d9" |
| 13 | + sha256 cellar: :any_skip_relocation, ventura: "e503c19b380401de7f1a311cd76c0ce737ab2fe0e6748b895d383e5e9a2299d9" |
| 14 | + sha256 cellar: :any_skip_relocation, arm64_linux: "38e81ff5c7a590b1ae3b735fad04d461194621ad4c8e9cc052e98f97d2ecb771" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "38e81ff5c7a590b1ae3b735fad04d461194621ad4c8e9cc052e98f97d2ecb771" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "node" |
|
0 commit comments