|
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.19.tgz" |
5 | | - sha256 "be0149bf0808d0ff3f6c8268bda0e4f083aab53f8c8d62d06f89cf15799c2532" |
| 4 | + url "https://registry.npmjs.org/@google/gemini-cli/-/gemini-cli-0.1.20.tgz" |
| 5 | + sha256 "d1968a975b77b13def7e43d9f194fd23fc8f2164ab2cb2a53245d62ceadb462d" |
6 | 6 | license "Apache-2.0" |
7 | 7 |
|
8 | 8 | bottle do |
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" |
| 9 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "05774b0b68bc79b48038b69c90ae5afdfe91343578a127af7ef4e652f1ab4fb4" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "05774b0b68bc79b48038b69c90ae5afdfe91343578a127af7ef4e652f1ab4fb4" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "05774b0b68bc79b48038b69c90ae5afdfe91343578a127af7ef4e652f1ab4fb4" |
| 12 | + sha256 cellar: :any_skip_relocation, sonoma: "e63651ec3fc9cf5ac24f34f4e31d9d6aafd005c364630567c3821b262b338fe0" |
| 13 | + sha256 cellar: :any_skip_relocation, ventura: "e63651ec3fc9cf5ac24f34f4e31d9d6aafd005c364630567c3821b262b338fe0" |
| 14 | + sha256 cellar: :any_skip_relocation, arm64_linux: "05774b0b68bc79b48038b69c90ae5afdfe91343578a127af7ef4e652f1ab4fb4" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "05774b0b68bc79b48038b69c90ae5afdfe91343578a127af7ef4e652f1ab4fb4" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "node" |
|
0 commit comments