Skip to content

Commit 1c7914b

Browse files
authored
Merge pull request #275382 from Homebrew/bump-googleworkspace-cli-0.22.5
googleworkspace-cli 0.22.5
2 parents 1d7e256 + 8f0c6e7 commit 1c7914b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/g/googleworkspace-cli.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@ class GoogleworkspaceCli < Formula
22
desc "CLI for Drive, Gmail, Calendar, Sheets, Docs, Chat, Admin, and more"
33
homepage "https://developers.google.com/workspace"
44
# We cannot install from the npm registry because it installs precompiled binaries
5-
url "https://github.com/googleworkspace/cli/archive/refs/tags/v0.22.4.tar.gz"
6-
sha256 "5aa19fac1e1c57d49f4b56c832d8bf95033d5455c637d900c1478c6fae182230"
5+
url "https://github.com/googleworkspace/cli/archive/refs/tags/v0.22.5.tar.gz"
6+
sha256 "1e55ec8c6ee87fac7d422975604a2d546c35f6d687a1cfaba7c7cc0d3c05663f"
77
license "Apache-2.0"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "ee52c728c35d71eca6cc1feda3d62338a6a4424fc09ddb5ed9ce7a15fa388209"
11-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "1e3058a541a974c968391570c2909f9a87990d6e34df5c8267af466ee6029807"
12-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "a45908ea8bfee1067cb876f7ca0c122f6359460c447fad0c970c3a8424c724af"
13-
sha256 cellar: :any_skip_relocation, sonoma: "e848ded2afe0db13418e5aa540e002aa72fd51b6fe9e9947eeed914eeeb828b2"
14-
sha256 cellar: :any_skip_relocation, arm64_linux: "db510387dcf29b53408874f4105a9af60f66bdbf496cce8429b0ee3dadc96920"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "d918d0e9622435564836544093e78177c73c98c7c3b3222d5b56dd0f45d42ea9"
10+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "18208a0875025ab3617eb6f298f28e101a71b4620eab0ac0bd596fbeafbdf7ac"
11+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "940f4f2d3150d855468a3f8adba6c72b074f4dad5b6edfb0bd946958ed42b14f"
12+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c363973bb433d30f52b2e26bade79a9618edf14ccacbb4b9700979ae92ba7f18"
13+
sha256 cellar: :any_skip_relocation, sonoma: "a744eac00148c7177850acbfe7dbba454a42eb6a8da0731ea0b4d091efa363de"
14+
sha256 cellar: :any_skip_relocation, arm64_linux: "25ea77549f46310bcfcf89a92b4b5199408f368020b9d1a477be1bd8381509ef"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "2845bb156bcd2e92cc01208d747b99e460d3d0408977488ad8b6e18dcac5a332"
1616
end
1717

1818
depends_on "rust" => :build

0 commit comments

Comments
 (0)