Skip to content

Commit d70d9dc

Browse files
authored
Merge pull request #233314 from Homebrew/bump-gemini-cli-0.1.20
gemini-cli 0.1.20
2 parents 192a664 + 119c1d8 commit d70d9dc

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.19.tgz"
5-
sha256 "be0149bf0808d0ff3f6c8268bda0e4f083aab53f8c8d62d06f89cf15799c2532"
4+
url "https://registry.npmjs.org/@google/gemini-cli/-/gemini-cli-0.1.20.tgz"
5+
sha256 "d1968a975b77b13def7e43d9f194fd23fc8f2164ab2cb2a53245d62ceadb462d"
66
license "Apache-2.0"
77

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

1818
depends_on "node"

0 commit comments

Comments
 (0)