Skip to content

Commit 1083792

Browse files
authored
Merge pull request #197030 from Homebrew/bump-code-cli-1.95.2
code-cli 1.95.2
2 parents 473ffa2 + 302d618 commit 1083792

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/c/code-cli.rb

Lines changed: 8 additions & 8 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.95.1.tar.gz"
5-
sha256 "89c280e9d84cdd41f0acec0b2cfc900bb46af5ef323c1f5f1073d506935f324e"
4+
url "https://github.com/microsoft/vscode/archive/refs/tags/1.95.2.tar.gz"
5+
sha256 "4fe770ade68c49e8450bdf033321b64676275824b24b4dcedca13646cb65b396"
66
license "MIT"
77
head "https://github.com/microsoft/vscode.git", branch: "main"
88

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

1414
bottle do
15-
sha256 cellar: :any, arm64_sequoia: "682da4c36ab818f0eb35c1dca8c610a7e2fbd4ce8b6dd30c282c873701a21c9a"
16-
sha256 cellar: :any, arm64_sonoma: "9077b0b0a7dd48cadb66b361007b44a720c06112a20c665f6f076f57a495509c"
17-
sha256 cellar: :any, arm64_ventura: "ba8e0f32cfc0d055d638c84dce287672a2f9aed679dd24e9d7a21e84cc24b292"
18-
sha256 cellar: :any, sonoma: "71ae411249bb75e5279d2e787cacbd7abb892383da32799a3c7852b7c5e8601a"
19-
sha256 cellar: :any, ventura: "b37553200432564f0686f57fc31626bde531a9ffa0b0596fd5ae7213a8279eb5"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "08de5f59074b5a89bb7801115cba0cab3c472cb6975488e02fa82bf4c105d133"
15+
sha256 cellar: :any, arm64_sequoia: "0d7c4a9bc37d4557a85b849a12f346b93bd6feb83713f19787b506ee2719bfc3"
16+
sha256 cellar: :any, arm64_sonoma: "cc65fc244fbd1011074ee87b887eccde26536208e719c9dc98f02c7367c87a4b"
17+
sha256 cellar: :any, arm64_ventura: "f34966e6a81216710439115b9b8d4aae39efe03223c591db37ff5426181484d4"
18+
sha256 cellar: :any, sonoma: "b3ac7a4db40327ab05abc2d07ba3267948bd1b6fa040c6bc05af86f9f83db1ca"
19+
sha256 cellar: :any, ventura: "d24eb6ec4f8d50831b4dc653b677892bea0f1a55293a82b8d8ceb9d9b3a37dca"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "035669d86d7ef03f6bb954cb46ed2ff65e86de34b064c2f37fe42e5c853409a2"
2121
end
2222

2323
depends_on "rust" => :build

0 commit comments

Comments
 (0)