pyright: update 1.1.287 bottle.

master
Dustin Rodrigues 2023-01-05 03:01:23 +00:00 committed by BrewTestBot
parent 1d03325a5e
commit cb5e26d112
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
1 changed files with 7 additions and 7 deletions

View File

@ -9,13 +9,13 @@ class Pyright < Formula
head "https://github.com/microsoft/pyright.git", branch: "main"
bottle do
sha256 cellar: :any_skip_relocation, arm64_ventura: "bbdff452133a21bc3c7587eee1ced1a415389fe6b4955aaba47e1611f2a0545c"
sha256 cellar: :any_skip_relocation, arm64_monterey: "bbdff452133a21bc3c7587eee1ced1a415389fe6b4955aaba47e1611f2a0545c"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "bbdff452133a21bc3c7587eee1ced1a415389fe6b4955aaba47e1611f2a0545c"
sha256 cellar: :any_skip_relocation, ventura: "d47ab27d0d7579d4787fda959893fae08e5527a2c132b267b343eb8aeaa9cff3"
sha256 cellar: :any_skip_relocation, monterey: "d47ab27d0d7579d4787fda959893fae08e5527a2c132b267b343eb8aeaa9cff3"
sha256 cellar: :any_skip_relocation, big_sur: "d47ab27d0d7579d4787fda959893fae08e5527a2c132b267b343eb8aeaa9cff3"
sha256 cellar: :any_skip_relocation, x86_64_linux: "bbdff452133a21bc3c7587eee1ced1a415389fe6b4955aaba47e1611f2a0545c"
sha256 cellar: :any_skip_relocation, arm64_ventura: "76fb78ba5f7275e8997ef00166a183d10993b08a8a9bf4c5491f3c1e5e5cb036"
sha256 cellar: :any_skip_relocation, arm64_monterey: "76fb78ba5f7275e8997ef00166a183d10993b08a8a9bf4c5491f3c1e5e5cb036"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "76fb78ba5f7275e8997ef00166a183d10993b08a8a9bf4c5491f3c1e5e5cb036"
sha256 cellar: :any_skip_relocation, ventura: "b5bc3216819c61c0955dcf045d8a83846e96fe21820234cd797838ca151eefd9"
sha256 cellar: :any_skip_relocation, monterey: "b5bc3216819c61c0955dcf045d8a83846e96fe21820234cd797838ca151eefd9"
sha256 cellar: :any_skip_relocation, big_sur: "b5bc3216819c61c0955dcf045d8a83846e96fe21820234cd797838ca151eefd9"
sha256 cellar: :any_skip_relocation, x86_64_linux: "76fb78ba5f7275e8997ef00166a183d10993b08a8a9bf4c5491f3c1e5e5cb036"
end
depends_on "node"