code-cli 1.75.1

Closes #122869.

Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
master
Rui Chen 2023-02-10 01:14:42 +01:00 committed by BrewTestBot
parent 8873bee89a
commit 6638bded94
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
class CodeCli < Formula class CodeCli < Formula
desc "Command-line interface built-in Visual Studio Code" desc "Command-line interface built-in Visual Studio Code"
homepage "https://github.com/microsoft/vscode" homepage "https://github.com/microsoft/vscode"
url "https://github.com/microsoft/vscode/archive/refs/tags/1.75.0.tar.gz" url "https://github.com/microsoft/vscode/archive/refs/tags/1.75.1.tar.gz"
sha256 "719c1efeca10a163b18618b5b689d4843247d3e86a27a6e898113219274cb99c" sha256 "97500f244eacd66556c2bcf2d9a63b2509e363f9bc8d587c6fc2feb6bb1a5e31"
license "MIT" license "MIT"
head "https://github.com/microsoft/vscode.git", branch: "main" head "https://github.com/microsoft/vscode.git", branch: "main"