Skip to content

Commit d3b522a

Browse files
authored
Merge pull request #273326 from Homebrew/bump-code-server-4.112.0
code-server 4.112.0
2 parents c20f04b + 6c44eec commit d3b522a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/c/code-server.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
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.111.0.tgz"
5-
sha256 "188c0fbe96cd5602e05c80e4636cc7aa20af95cc222ba7abfcd7f87562728bd1"
4+
url "https://registry.npmjs.org/code-server/-/code-server-4.112.0.tgz"
5+
sha256 "adca4415d5553e9a70ef755f36f6de944aa2d9180540ff42d899eb9ebe28d8c8"
66
license "MIT"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "ba9bf4654740eed1df567f7c4d30e0db549f563f315e8ff41da98e7c5dab29b9"
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "6ee59877d9c15084482bc69bd635c2d70dab3568f55ea19efd8d903bc04345ce"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "4e6f9361a0a12a1d8e822078107ab383d43abc9b6e724d4c30147428bd05a5be"
12-
sha256 cellar: :any_skip_relocation, sonoma: "e990be73ea70067e77cf1f830213280f9756652dbc53c8a140a79d52c74198a9"
13-
sha256 cellar: :any_skip_relocation, arm64_linux: "a5dbfc015c75027614d188deb4eb3637668e554a2c52ed5f6198726eb6da2554"
14-
sha256 cellar: :any_skip_relocation, x86_64_linux: "365bb459647a46ba029a7f7420267ff2427d3825cb65530277d8656009c1ddb4"
9+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "9beab2b9faf342dbaa5285e28769f15cbca0fc7a49974eee7d55db4473e7b5de"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "4c5925f52f54f5c9bf28e282bb9e2c44346e0847944eb537a668b94ad50bba68"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "cfe6869fc47d058252388cb1aab5d13ae038bbeeb2ff414564a36a0fed0c2c48"
12+
sha256 cellar: :any_skip_relocation, sonoma: "15ccec1a1431856575a4a0e896005bd7b3e51d3deb47be0a501b9a8ed2c068e1"
13+
sha256 cellar: :any_skip_relocation, arm64_linux: "ef1cecaa8687d64eb3e46272f9c267a6d0d4d540f844b1b21ac8f8e87d7b1bf6"
14+
sha256 cellar: :any_skip_relocation, x86_64_linux: "037207fb5db01520481db8969a8d2c2f5ab989ae0a2b5108e96ed0847ffe6fc0"
1515
end
1616

1717
depends_on "pkgconf" => :build

0 commit comments

Comments
 (0)