Skip to content

Commit bb137ab

Browse files
authored
Merge pull request #233275 from Homebrew/bump-gemini-cli-0.1.19
gemini-cli 0.1.19
2 parents d1a24c6 + ccf45e1 commit bb137ab

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/g/gemini-cli.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class GeminiCli < Formula
22
desc "Interact with Google Gemini AI models from the command-line"
33
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"
66
license "Apache-2.0"
77

88
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"
1616
end
1717

1818
depends_on "node"

0 commit comments

Comments
 (0)