|
1 | 1 | class Pylyzer < Formula |
2 | 2 | desc "Fast static code analyzer & language server for Python" |
3 | 3 | homepage "https://github.com/mtshiba/pylyzer" |
4 | | - url "https://github.com/mtshiba/pylyzer/archive/refs/tags/v0.0.68.tar.gz" |
5 | | - sha256 "4902770d90c170d7e680259affb799eeae81333274c37283e5056e94b8c5aafa" |
| 4 | + url "https://github.com/mtshiba/pylyzer/archive/refs/tags/v0.0.69.tar.gz" |
| 5 | + sha256 "e00bbbc5116c34372f222e3b1199b700df5e32d5fba9f42d6381542531849f85" |
6 | 6 | license "MIT" |
7 | 7 |
|
8 | 8 | bottle do |
9 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "21eaaa9aa7b12d2b8011e3f11d8b1073935545ea16ae0e01112d75f7302eb460" |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "1827f95f0e09b4630fbcceed4436323b5833e84373d842f0c9496aa418d58b78" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "9e5715765ac42714e8e3abda929fce25285a6cbaa668424aab4c2e6187d671c5" |
12 | | - sha256 cellar: :any_skip_relocation, sonoma: "d38ac015c602e1466d066714f623be2cf355a56f17509bcc98348f0a04b1ed1f" |
13 | | - sha256 cellar: :any_skip_relocation, ventura: "a5e01ee925ddca5adaabb1d4d1405bf3aed0216313c86035727600cb0b1436e6" |
14 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "73f1cae489201a05d4c61a10c9bc2978111db0698e558e47461e8f1beb395088" |
| 9 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "56b45953b301146cb8c1352de77c35a573d72a33df3f4cb77a3275855bad51a7" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "b587a2eee33f7816ca4b0276128dc17714cc2b4f09064e6c3e43742badad6d18" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "004579f113e2ee8cc55657cd3ad41ce35fc9603c18689ff3f9d8dfff93a37a23" |
| 12 | + sha256 cellar: :any_skip_relocation, sonoma: "4add20283d6c42a68fadc982c9cb137ac178750d88517534d90b94a0498026ed" |
| 13 | + sha256 cellar: :any_skip_relocation, ventura: "d279d29a4b126d801c6412982056e4e1e3e1b681fb84ce9027f0d1f4411bed9b" |
| 14 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "94512190e1be0c8130960a615f988411ef36df56ca35e70210ec63f4fa70ae7f" |
15 | 15 | end |
16 | 16 |
|
17 | 17 | depends_on "rust" => :build |
|
0 commit comments