Skip to content

Commit 81ecc8f

Browse files
authored
Merge pull request #223223 from Homebrew/bump-code-server-4.100.0
code-server 4.100.0
2 parents e9fab65 + a692a47 commit 81ecc8f

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.99.4.tgz"
5-
sha256 "abbce6f8113b9cbde0178af40cb58381b16038c79cbca2c5bf1f244603204fc5"
4+
url "https://registry.npmjs.org/code-server/-/code-server-4.100.0.tgz"
5+
sha256 "dd75fcae2b8a6fa2915ac12b36c303dad53e06477c2c8711be369f67c806167f"
66
license "MIT"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "3bdd0423fb95f932fe06de37802038f72d242f151d772ae86e00453b939dc03b"
10-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "9e1458ceb0a0eb554469d7da84c0fa3ca42b76e0094071f7e2c98f014e20f4ad"
11-
sha256 cellar: :any_skip_relocation, arm64_ventura: "757bbaf56a66e6a92d6ef1a36f8c4c07757a4d50daecb1ac9d615c21d092a6be"
12-
sha256 cellar: :any_skip_relocation, sonoma: "61770851ab3cc777ec2929f027d74707ec30288c90672f839926cf772f4dbcd9"
13-
sha256 cellar: :any_skip_relocation, ventura: "f90722f53235c60a22cc524a6770cfcab91f75ccaaed01ba77d28886a3175431"
14-
sha256 cellar: :any_skip_relocation, arm64_linux: "f99205ea8737706d7bd4353359ea66999de0db36d766a743751c50c501e9ecd5"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "6222827901814a590f86e2fb7ff89ec01a2c062000a65722bfcaaadf956972b3"
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"
1616
end
1717

1818
depends_on "node@20"

0 commit comments

Comments
 (0)