Skip to content

Commit 41056a9

Browse files
BrewTestBotchenrui333
authored andcommitted
code-cli 1.104.3
code-cli: add version patch Signed-off-by: Rui Chen <[email protected]>
1 parent ae9bd28 commit 41056a9

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Formula/c/code-cli.rb

Lines changed: 5 additions & 2 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.104.2.tar.gz"
5-
sha256 "39691f236a219e71195abbc38a6239a99f8ebe5abea1ccb0357b800ad8b58cca"
4+
url "https://github.com/microsoft/vscode/archive/refs/tags/1.104.3.tar.gz"
5+
sha256 "e4aab745cd1f46fa9fdac0735d9e915ea11f48cda468d1eca56881f9ea1beb12"
66
license "MIT"
77
head "https://github.com/microsoft/vscode.git", branch: "main"
88

@@ -29,6 +29,9 @@ class CodeCli < Formula
2929
conflicts_with cask: "visual-studio-code"
3030

3131
def install
32+
# upstream fix PR, https://github.com/microsoft/vscode/pull/265295
33+
inreplace "package.json", "1.104.2", version.to_s
34+
3235
# Ensure that the `openssl` crate picks up the intended library.
3336
# https://crates.io/crates/openssl#manual-configuration
3437
ENV["OPENSSL_DIR"] = Formula["openssl@3"].opt_prefix

0 commit comments

Comments
 (0)