|
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.73.tar.gz" |
5 | | - sha256 "d232131d2db2d9d7be538773c80b0d4f267f125e4d7b190888448b1bdfdf88b5" |
| 4 | + url "https://github.com/mtshiba/pylyzer/archive/refs/tags/v0.0.74.tar.gz" |
| 5 | + sha256 "c773aa019ab32e833cabb08490eb5a849fc7268ac3af29bdb54b32ccddd344e8" |
6 | 6 | license "MIT" |
7 | 7 |
|
8 | 8 | bottle do |
9 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "eea5c5be1187843096a914e6495e18dacab2222a1fafc83437db60abce5635b3" |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "b7bda770a6a6f7449ddfffa4895de1ee6fdc2d692e4539323826e943344e250d" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "2f300a42a6baf17bcf8872242dd9ef6b92d742598e52bcb6622aef19bf1cdd58" |
12 | | - sha256 cellar: :any_skip_relocation, sonoma: "cd862c5b24ee86d903cb55bed9aedecff19175e7e6160866ee299e32489ce0fe" |
13 | | - sha256 cellar: :any_skip_relocation, ventura: "a5895cf9e2f4a2be389b6ba822d6755c987f1a73e41b4c345f3aef9e2dd44ea2" |
14 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "c2dd3374d05f19a5959b3773659107c641d36298f65183cad390e29b95272657" |
| 9 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "9ec65f15f1f7004cc8f032edcfb694838d522f5944faaae4e990bcc4492fea50" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "ebff5b978598c4f7006fb0b5a6d0da08e50b65bd9c7e021172913b985d006752" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "05febbd9fd7cbfab7f1fe8b89a28c4eb168cd766d4d11082678e33ffd000f8a1" |
| 12 | + sha256 cellar: :any_skip_relocation, sonoma: "f5ef6f5e7226003dc479f2ba5d22337dece35d74f8aa1d2bf07b9d7e169268f2" |
| 13 | + sha256 cellar: :any_skip_relocation, ventura: "4077c6f8784b107956e3a04123901c1cff9d9358b3a1367f856c17b3bf3aa0b9" |
| 14 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "9cb523e0f35b813d422b1d3191a35bf2a300ba86f9bb31e05d65639b0ee99d72" |
15 | 15 | end |
16 | 16 |
|
17 | 17 | depends_on "rust" => :build |
|
0 commit comments