|
1 | 1 | class Pyscn < Formula |
2 | 2 | desc "Intelligent Python Code Quality Analyzer" |
3 | 3 | homepage "https://github.com/ludo-technologies/pyscn" |
4 | | - url "https://github.com/ludo-technologies/pyscn/archive/refs/tags/v1.2.1.tar.gz" |
5 | | - sha256 "d9e3c109eae3e2867c5470aa93e2a7f3af986eed2480a447f6a991c36492838f" |
| 4 | + url "https://github.com/ludo-technologies/pyscn/archive/refs/tags/v1.2.2.tar.gz" |
| 5 | + sha256 "dbb5a4708eb9dcd850b979e73b311dda308e99ae110a5733e00776ccc4a5f3a6" |
6 | 6 | license "MIT" |
7 | 7 | head "https://github.com/ludo-technologies/pyscn.git", branch: "main" |
8 | 8 |
|
9 | 9 | bottle do |
10 | | - sha256 cellar: :any_skip_relocation, arm64_tahoe: "7c1bea8c715fdb69379561d08e37c95878f11dee0fd9f45d3ff42afc76dd6332" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "f8b981dc9aa82cc2f4348ccbda3ea16fc443be253674b76884370804b0830b25" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "28e30d63bea896830b058a7acfd9bd62446af7704a5246cb09eb5e235d66b2d7" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "1bba9a464867d7eb7a5386c9cfb96da87bd94d94e797ac3e8b05b44a924e96d9" |
14 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "838a95520af28dcc49b66f5d0d0634c85f6b7134677884e5662f56a4bd913480" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "25922871dcc575e16c26a86f5439cc94e24f589def9f943a36e175a0dc8ff3a1" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_tahoe: "4f0007d71c60215930f13fe918507c471155d12e2b90a99dc494ae17eb3d0e31" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "9f8bb3d3cf8a73ea3da386218afc79f19d14518003544117fdd80e339932d911" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "238d0f163d7544efe7bc78c4f62c28cc0f000057d9d66bd26f0c92df8add6743" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "f3525b3dedb14ec77768a26065dfd4cf7bdd7d9633ab1f0f8ef977005aecd866" |
| 14 | + sha256 cellar: :any_skip_relocation, arm64_linux: "a32adc3e343df8484849f2d6001985659621a28b4f889097777b768259feb351" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "a3d01837d3eb0fc03fd510fc4e84c7b479bdf31008b7a20cb8dc8fe3d3bccfec" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "go" => :build |
|
0 commit comments