|
3 | 3 | class Pyright < Formula
|
4 | 4 | desc "Static type checker for Python"
|
5 | 5 | homepage "https://github.com/microsoft/pyright"
|
6 |
| - url "https://registry.npmjs.org/pyright/-/pyright-1.1.330.tgz" |
7 |
| - sha256 "36d9c9776a001e29baa52ecb85a57cb7cffccce21e9cb5b46c18636d339f624b" |
| 6 | + url "https://registry.npmjs.org/pyright/-/pyright-1.1.331.tgz" |
| 7 | + sha256 "1b58122488566e1f9438822539a6079d604fa429168ab698d47593ec1ba9a9e5" |
8 | 8 | license "MIT"
|
9 | 9 | head "https://github.com/microsoft/pyright.git", branch: "main"
|
10 | 10 |
|
11 | 11 | bottle do
|
12 |
| - sha256 cellar: :any_skip_relocation, arm64_sonoma: "f001d4e1f870df8e26d8b5036668af2c6adfd7a700e2ed9c5ab68e1214ec3a64" |
13 |
| - sha256 cellar: :any_skip_relocation, arm64_ventura: "f001d4e1f870df8e26d8b5036668af2c6adfd7a700e2ed9c5ab68e1214ec3a64" |
14 |
| - sha256 cellar: :any_skip_relocation, arm64_monterey: "f001d4e1f870df8e26d8b5036668af2c6adfd7a700e2ed9c5ab68e1214ec3a64" |
15 |
| - sha256 cellar: :any_skip_relocation, sonoma: "1358c4c149afd64b33483a8cede194e8b677cafce87a8f41db9f6667efeea07f" |
16 |
| - sha256 cellar: :any_skip_relocation, ventura: "1358c4c149afd64b33483a8cede194e8b677cafce87a8f41db9f6667efeea07f" |
17 |
| - sha256 cellar: :any_skip_relocation, monterey: "1358c4c149afd64b33483a8cede194e8b677cafce87a8f41db9f6667efeea07f" |
18 |
| - sha256 cellar: :any_skip_relocation, x86_64_linux: "cdd1b3c707e8009024d3dca8d00c02422cfe9b570ea89271d8fd33a1be68e264" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "9187afa619fca981a0dd153cb45befc1f79f0cddf1b84fa9a3e1b1678a48a79b" |
| 13 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "9187afa619fca981a0dd153cb45befc1f79f0cddf1b84fa9a3e1b1678a48a79b" |
| 14 | + sha256 cellar: :any_skip_relocation, arm64_monterey: "9187afa619fca981a0dd153cb45befc1f79f0cddf1b84fa9a3e1b1678a48a79b" |
| 15 | + sha256 cellar: :any_skip_relocation, sonoma: "626d50e72f65a038d2b9a8be9655f59edfa808247fed89ebe41b86beb28d0544" |
| 16 | + sha256 cellar: :any_skip_relocation, ventura: "626d50e72f65a038d2b9a8be9655f59edfa808247fed89ebe41b86beb28d0544" |
| 17 | + sha256 cellar: :any_skip_relocation, monterey: "626d50e72f65a038d2b9a8be9655f59edfa808247fed89ebe41b86beb28d0544" |
| 18 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "33e4a0d5a6564b258ba2e071b05f4c8152e2372bf1ea114942dd9d070d59071a" |
19 | 19 | end
|
20 | 20 |
|
21 | 21 | depends_on "node"
|
|
0 commit comments