|
1 | 1 | class Pyright < Formula |
2 | 2 | desc "Static type checker for Python" |
3 | 3 | homepage "https://github.com/microsoft/pyright" |
4 | | - url "https://registry.npmjs.org/pyright/-/pyright-1.1.389.tgz" |
5 | | - sha256 "567ddfa65cb5a43a9286c2398b7fdd8755ca0238d7a35c45081d08a7d17773a2" |
| 4 | + url "https://registry.npmjs.org/pyright/-/pyright-1.1.390.tgz" |
| 5 | + sha256 "8665cb0fbb32d8af7043019824920d89062928910aa1fa97d8ec34224d082beb" |
6 | 6 | license "MIT" |
7 | 7 | head "https://github.com/microsoft/pyright.git", branch: "main" |
8 | 8 |
|
9 | 9 | bottle do |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "0a820d2b19f044813dfb33162c78ba323fd7df72013d3aac971156e7d90a82f7" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "0a820d2b19f044813dfb33162c78ba323fd7df72013d3aac971156e7d90a82f7" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "0a820d2b19f044813dfb33162c78ba323fd7df72013d3aac971156e7d90a82f7" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "7aa42d7651cb7d7a6849a93881d3266bb45c33362019d87e8c38445bb62bf184" |
14 | | - sha256 cellar: :any_skip_relocation, ventura: "7aa42d7651cb7d7a6849a93881d3266bb45c33362019d87e8c38445bb62bf184" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "0a820d2b19f044813dfb33162c78ba323fd7df72013d3aac971156e7d90a82f7" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "f769820d9f6704e6887c4c9a364a5059a820e2ff65e5ea98b500484d9e30205b" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "f769820d9f6704e6887c4c9a364a5059a820e2ff65e5ea98b500484d9e30205b" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "f769820d9f6704e6887c4c9a364a5059a820e2ff65e5ea98b500484d9e30205b" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "1e4b46d57003ec2420df18f1c73e1ca4b08c343ac59c0d2aeef0a176720e6c8c" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "1e4b46d57003ec2420df18f1c73e1ca4b08c343ac59c0d2aeef0a176720e6c8c" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "f769820d9f6704e6887c4c9a364a5059a820e2ff65e5ea98b500484d9e30205b" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "node" |
|
0 commit comments