|
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.302.tgz" |
7 |
| - sha256 "4a8d881e5e3bd916ea32c8f2addcfa17f6dc11ef2fa88d1c9d36035a5efca518" |
| 6 | + url "https://registry.npmjs.org/pyright/-/pyright-1.1.303.tgz" |
| 7 | + sha256 "cc92ee0907b414ece3d37dbc6af920be3b735e8886743337265df48ccb111753" |
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_ventura: "1e57b31419c0cfec3e0d9bf5c2ab0a71ccf4a2a0763935864c127703ae0a2bce" |
13 |
| - sha256 cellar: :any_skip_relocation, arm64_monterey: "1e57b31419c0cfec3e0d9bf5c2ab0a71ccf4a2a0763935864c127703ae0a2bce" |
14 |
| - sha256 cellar: :any_skip_relocation, arm64_big_sur: "1e57b31419c0cfec3e0d9bf5c2ab0a71ccf4a2a0763935864c127703ae0a2bce" |
15 |
| - sha256 cellar: :any_skip_relocation, ventura: "62ab482a82d32590a3c1469e86877438dcc2b22094302ee61c1786a6bbd12e25" |
16 |
| - sha256 cellar: :any_skip_relocation, monterey: "62ab482a82d32590a3c1469e86877438dcc2b22094302ee61c1786a6bbd12e25" |
17 |
| - sha256 cellar: :any_skip_relocation, big_sur: "62ab482a82d32590a3c1469e86877438dcc2b22094302ee61c1786a6bbd12e25" |
18 |
| - sha256 cellar: :any_skip_relocation, x86_64_linux: "1e57b31419c0cfec3e0d9bf5c2ab0a71ccf4a2a0763935864c127703ae0a2bce" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "c7b09d8444c46a3494a462705dd370836902a0a4771a2251c8aa382bbf461e04" |
| 13 | + sha256 cellar: :any_skip_relocation, arm64_monterey: "c7b09d8444c46a3494a462705dd370836902a0a4771a2251c8aa382bbf461e04" |
| 14 | + sha256 cellar: :any_skip_relocation, arm64_big_sur: "c7b09d8444c46a3494a462705dd370836902a0a4771a2251c8aa382bbf461e04" |
| 15 | + sha256 cellar: :any_skip_relocation, ventura: "a376285d0005058bb96d9f49d2e5ef26f9d74726ed494aac2ef1f772b79671ae" |
| 16 | + sha256 cellar: :any_skip_relocation, monterey: "a376285d0005058bb96d9f49d2e5ef26f9d74726ed494aac2ef1f772b79671ae" |
| 17 | + sha256 cellar: :any_skip_relocation, big_sur: "a376285d0005058bb96d9f49d2e5ef26f9d74726ed494aac2ef1f772b79671ae" |
| 18 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "c7b09d8444c46a3494a462705dd370836902a0a4771a2251c8aa382bbf461e04" |
19 | 19 | end
|
20 | 20 |
|
21 | 21 | depends_on "node"
|
|
0 commit comments