Skip to content

Commit 81a4612

Browse files
authored
Merge pull request #228145 from Homebrew/bump-vsce-3.6.0
vsce 3.6.0
2 parents 4f5f0b5 + 3c47c1f commit 81a4612

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/v/vsce.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Vsce < Formula
22
desc "Tool for packaging, publishing and managing VS Code extensions"
33
homepage "https://code.visualstudio.com/api/working-with-extensions/publishing-extension#vsce"
4-
url "https://registry.npmjs.org/@vscode/vsce/-/vsce-3.5.0.tgz"
5-
sha256 "fd092586bad4c1684daf9c997fba789eb28a574e55b0646d7df94a258d8e2fae"
4+
url "https://registry.npmjs.org/@vscode/vsce/-/vsce-3.6.0.tgz"
5+
sha256 "29d6d51254210bc9330120897ca27a084db3e8e7fec2f2cad96d418de53f6ee4"
66
license "MIT"
77
head "https://github.com/microsoft/vscode-vsce.git", branch: "main"
88

@@ -14,13 +14,13 @@ class Vsce < Formula
1414
end
1515

1616
bottle do
17-
sha256 arm64_sequoia: "79b880f77b49416ff0ba21016dfe1eff4910e4df3fb8a8cd2e1f25eb17ba7045"
18-
sha256 arm64_sonoma: "a82fccb99b1aa0e4b3b330e5013a8d862e47db39b65e2fbf3ff960273139c713"
19-
sha256 arm64_ventura: "306f32638193a0cab65039e2caa3c1b7e35d6f20c441ead9d05a1800b6f61457"
20-
sha256 sonoma: "16dfb079980e1d9cd482a8bc7b9c087cf867a500aa9e6453f06512f4f57f96bc"
21-
sha256 ventura: "97445cb532b20d1844e09091550d793365747c26a7f812127f3d99badb638646"
22-
sha256 cellar: :any_skip_relocation, arm64_linux: "a84098be53b536513b3ea83b6edc146d6d399281c9dc8f448c6d476397c513b4"
23-
sha256 cellar: :any_skip_relocation, x86_64_linux: "6d0e23870896000d924a0665940c67b1e8a63ea31d76d82ed661b4cd9c7ec8e3"
17+
sha256 arm64_sequoia: "f4a024265d736f1f0d815351232fdb461d7918daa707bd31953c50b47f196b79"
18+
sha256 arm64_sonoma: "332bd94089eedee0bbd9480e8108ced651a81f372cacbfb089737d9a1cbf8742"
19+
sha256 arm64_ventura: "9abcf683fdba4eed174f2708b6516618254481aa66ed7fbe777db9d5f783bd73"
20+
sha256 sonoma: "ead4ef36d2c06e4a2fa0aa19a08f91540fdcb0d3cc599da0d7b8a8589461535f"
21+
sha256 ventura: "e7c1cd37efc587109b0e39b3d6c790dae435c0b8224f8a6e02d120bad776cbf6"
22+
sha256 cellar: :any_skip_relocation, arm64_linux: "a8df8d6d3ad56f5027c732d429872a6f53a9e407a434fe4be3d36f2d716a6a42"
23+
sha256 cellar: :any_skip_relocation, x86_64_linux: "69b3b50fc99ad1a9b22f4af14907d960d4ea58405cd40b5b7a5ac5223942536a"
2424
end
2525

2626
depends_on "pkgconf" => :build

0 commit comments

Comments
 (0)