Skip to content

Commit 8710d7e

Browse files
authored
Merge pull request #223473 from Homebrew/bump-code-server-4.100.1
code-server 4.100.1
2 parents 02c42bf + 612f381 commit 8710d7e

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/c/code-server.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class CodeServer < Formula
22
desc "Access VS Code through the browser"
33
homepage "https://github.com/coder/code-server"
4-
url "https://registry.npmjs.org/code-server/-/code-server-4.100.0.tgz"
5-
sha256 "dd75fcae2b8a6fa2915ac12b36c303dad53e06477c2c8711be369f67c806167f"
4+
url "https://registry.npmjs.org/code-server/-/code-server-4.100.1.tgz"
5+
sha256 "d7841a1a61b1403888b7fe2bef6c1a928a038dad52fad36fa2062ffe2bd98c84"
66
license "MIT"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "5975934b3348c36c66861d388c3893c513f71ecca7fb0a9369c7cce6a0703771"
10-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "15113fe9ccf013ce066cf2b2fa6006e82840066bdd01d50952e1b97bf3511cc7"
11-
sha256 cellar: :any_skip_relocation, arm64_ventura: "a298d3d8719ac3422edd5443a6a51ce9493d9bacb0a8f2ebbd4c54040f348c83"
12-
sha256 cellar: :any_skip_relocation, sonoma: "004d94732d89832c299a03c80aa8f357e289c529c54e66168f1550803ea3da52"
13-
sha256 cellar: :any_skip_relocation, ventura: "5cc418648d1e8c0be58d65e29c64b391a6d7ab8c17a96dc62936922ddb4f8ee0"
14-
sha256 cellar: :any_skip_relocation, arm64_linux: "007b81e70e97ddee947027e7006a2a018cadee988cfde5885c112d363e9809f1"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "0064f005107677f5adffccc8bb03693a6d9c7c6c933cc11632fafe4c39acae13"
9+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "c2e3a541a5a8441fff5980d2cf051deaa8ed6c1231dfc0f1bee25526b5399565"
10+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "397fa2913a3dee751b32090bf8e005b4ba1c421457fd698115fd8ec9bf731609"
11+
sha256 cellar: :any_skip_relocation, arm64_ventura: "19fd864c7ffbf5485ee62f7aa0b5a637050bc37a0ee9083e604a42a5678870be"
12+
sha256 cellar: :any_skip_relocation, sonoma: "a9c8cccf7d9a6fa29377858c77ae5a2ee404ecb5a32a8ecb7b9355df76743f8f"
13+
sha256 cellar: :any_skip_relocation, ventura: "1c2ddec151a4a6075e20980dcb2a717e00b86f66b8292233daba58f53b9a1fda"
14+
sha256 cellar: :any_skip_relocation, arm64_linux: "58d93953c31333efc76c813139581b8743893538c310e38db18beb060aaa4097"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "0724c1cb51bfc1a63cfb82215e3d15a6cd8c266911d7e4986b5903549217518a"
1616
end
1717

1818
depends_on "node@20"

0 commit comments

Comments
 (0)