|
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.64.tar.gz" |
5 |
| - sha256 "9288ebf9d6442764d3f5761497c62813a3590094b2c56032741a51d6fb9962c9" |
| 4 | + url "https://github.com/mtshiba/pylyzer/archive/refs/tags/v0.0.65.tar.gz" |
| 5 | + sha256 "04673aae114c1db60a807a6ec48b505f3f3df5b830c86195bc3698e481dab621" |
6 | 6 | license "MIT"
|
7 | 7 |
|
8 | 8 | bottle do
|
9 |
| - sha256 cellar: :any_skip_relocation, arm64_sequoia: "f0a6c67f2445ee7c055b305371e60cee54bded73dd6c56e0ab133a30fc226223" |
10 |
| - sha256 cellar: :any_skip_relocation, arm64_sonoma: "0e68f32a3eb4152142ab5ec9ce94ba7c3360bb2f22eae9bb342ae04a1d22f2d4" |
11 |
| - sha256 cellar: :any_skip_relocation, arm64_ventura: "6a487209f45dd40f8c69de0d854ac8297d3d0463badda475ab7f4850564f265c" |
12 |
| - sha256 cellar: :any_skip_relocation, sonoma: "7c8b3976d4250a5ab07a398aa12d39efa939f9fef0d44e6c24e96456d3450659" |
13 |
| - sha256 cellar: :any_skip_relocation, ventura: "bddc4cab1da399cef529fbe00abaa76d406efbe9757a9aac69e629c3cecedc64" |
14 |
| - sha256 cellar: :any_skip_relocation, x86_64_linux: "6a6162c2ec713b9c0e5c05495659050a6153eaf14a7d828cfc9a1ff3885e154d" |
| 9 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "7c2063488f0680d1a4d55ac394dfd4ea8b1e89eab0690d56ab0f0c1b5a5db2dc" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "d7567d7c3e864de13a16769d20aa7bc10f4cf7a0c073e8082e3ecf9cbb96222c" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "1bb1453a3e628d937679ed7f4c248f3f6bd876a99f5bddd1682fc2cccd567e2f" |
| 12 | + sha256 cellar: :any_skip_relocation, sonoma: "42c777f4a3e801b4c9b52c0a6c3a999a1235ceaa284270819caeb5b74f4b1694" |
| 13 | + sha256 cellar: :any_skip_relocation, ventura: "3dba65585ba961889d81d2b259967949b8f9efb53b41d618dad288219dffee8a" |
| 14 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "650f85f76a4ff547374b85126081118521ac4ef45ed44034cf7ba4fe909d54ee" |
15 | 15 | end
|
16 | 16 |
|
17 | 17 | depends_on "rust" => :build
|
|
0 commit comments