|
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.402.tgz" |
5 | | - sha256 "c0f45ed549c216f1aea353f8888a9a38744790be195a73541188853f5159453d" |
| 4 | + url "https://registry.npmjs.org/pyright/-/pyright-1.1.403.tgz" |
| 5 | + sha256 "d62b36fcff0a5f67b8cfc25b5618bc232a8e0b714593e25a83cdbba3d47eec9d" |
6 | 6 | license "MIT" |
7 | 7 |
|
8 | 8 | bottle do |
9 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "3827ecac141476826e527f7e5f9f61b5b1b7d159c8a495cd7efedcf4f51f7109" |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "3827ecac141476826e527f7e5f9f61b5b1b7d159c8a495cd7efedcf4f51f7109" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "3827ecac141476826e527f7e5f9f61b5b1b7d159c8a495cd7efedcf4f51f7109" |
12 | | - sha256 cellar: :any_skip_relocation, sonoma: "e41947cb3e846fcba9f53a1cc4ff48d38420476ac38475c306e6c54750ce8f56" |
13 | | - sha256 cellar: :any_skip_relocation, ventura: "e41947cb3e846fcba9f53a1cc4ff48d38420476ac38475c306e6c54750ce8f56" |
14 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "3827ecac141476826e527f7e5f9f61b5b1b7d159c8a495cd7efedcf4f51f7109" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "3827ecac141476826e527f7e5f9f61b5b1b7d159c8a495cd7efedcf4f51f7109" |
| 9 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "2c6a4eb7ee5aacaecbe24647bcc5752c22eb17ee895f98bc275f65ff2bf77300" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "2c6a4eb7ee5aacaecbe24647bcc5752c22eb17ee895f98bc275f65ff2bf77300" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "2c6a4eb7ee5aacaecbe24647bcc5752c22eb17ee895f98bc275f65ff2bf77300" |
| 12 | + sha256 cellar: :any_skip_relocation, sonoma: "0f353845a64cb1854ce8fa0a69e45fed912482dcf1522078ea9fd5584fac2a37" |
| 13 | + sha256 cellar: :any_skip_relocation, ventura: "0f353845a64cb1854ce8fa0a69e45fed912482dcf1522078ea9fd5584fac2a37" |
| 14 | + sha256 cellar: :any_skip_relocation, arm64_linux: "2c6a4eb7ee5aacaecbe24647bcc5752c22eb17ee895f98bc275f65ff2bf77300" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "2c6a4eb7ee5aacaecbe24647bcc5752c22eb17ee895f98bc275f65ff2bf77300" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "node" |
|
0 commit comments