Skip to content

Commit 6da92ab

Browse files
authored
Merge pull request Homebrew#183605 from Homebrew/bump-code-cli-1.93.0
code-cli 1.93.0
2 parents d569872 + 4c3a2bb commit 6da92ab

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/c/code-cli.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class CodeCli < Formula
22
desc "Command-line interface built-in Visual Studio Code"
33
homepage "https://github.com/microsoft/vscode"
4-
url "https://github.com/microsoft/vscode/archive/refs/tags/1.92.2.tar.gz"
5-
sha256 "628968d97ae66aa31253e649088e108813900d76fe2ce07d6c2e5312473158b8"
4+
url "https://github.com/microsoft/vscode/archive/refs/tags/1.93.0.tar.gz"
5+
sha256 "4966f7f2b189e6621234e31bd9a1fd141b8269c584cb8d0cf3e3d99b5119c2ab"
66
license "MIT"
77
head "https://github.com/microsoft/vscode.git", branch: "main"
88

@@ -12,13 +12,13 @@ class CodeCli < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any, arm64_sonoma: "1c4db84d2703b0be453950f270b8cb8b866e850735ca5ec36322fd0d1913122a"
16-
sha256 cellar: :any, arm64_ventura: "694c122bbf8591b877c959178f2c1ed4b3fde01029ac0e57ef8b24a94b89ccbf"
17-
sha256 cellar: :any, arm64_monterey: "e9568201e55662d7449faf405e6f15f7566d19456706ce5692e89341c5353279"
18-
sha256 cellar: :any, sonoma: "e95e7e44220d92b2bd078b2454fc3fea32633a6cb1811e8cf70a073629cf3916"
19-
sha256 cellar: :any, ventura: "1b2b5820a1c9375838336353f12a7dd7892966684742d2633dd76f32b2f9b663"
20-
sha256 cellar: :any, monterey: "11357f0e8218f9725859fa2010778e98cbdefbfa1f592ffa8fd4b7f458ca304c"
21-
sha256 cellar: :any_skip_relocation, x86_64_linux: "13fae3a64eed75ed798279fd11fdaa51070cc1a730441d3f3ba85a4bc4ec8955"
15+
sha256 cellar: :any, arm64_sonoma: "42a7dc1bebb00d79c034a9e31e7df6b23e963043cdd1a466d00c47de78136b6e"
16+
sha256 cellar: :any, arm64_ventura: "c29ec4e6865a970d5de489af062bd61d9e5f466f9399fd3b1ddeb97dc4486016"
17+
sha256 cellar: :any, arm64_monterey: "35d892e4b5b9bc75315e825afc62e07e32dcd2a0e43d7f101d5e12b9ac2ea1cd"
18+
sha256 cellar: :any, sonoma: "0bee95c6fbea97c0c5a74ce944c60fe0e8aab66aaedf84b87d800ff78b2b7f9f"
19+
sha256 cellar: :any, ventura: "2a78730a7ac3e2cbfcf2fd2d7edbaa554f307e5662f8e0d41c1e22af6edf0eb6"
20+
sha256 cellar: :any, monterey: "d64e75d0035b786d3e53d5b194ccd64f21c7d2b42d284f25b289c74a0c26c68f"
21+
sha256 cellar: :any_skip_relocation, x86_64_linux: "6bca238a88906d9fc68978f48a239eeb8da89c75a4584a83cc563247614155b5"
2222
end
2323

2424
depends_on "rust" => :build

0 commit comments

Comments
 (0)