|
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.3.0.tar.gz" |
5 | | - sha256 "f91541bf07b9bee4167710dc3d68d682a7bb1b696de86d9d25fd1e4990b63a05" |
| 4 | + url "https://github.com/ludo-technologies/pyscn/archive/refs/tags/v1.4.0.tar.gz" |
| 5 | + sha256 "26960521ba25c0428f3f000770a11cfc44bd6e80d4cc3e7325ea13c85a053d30" |
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: "2dbf4202e0e2991d2e52495fbe77c532827b25036f2d3347d7214b6df566c72f" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "4ef88d3d6f5ce001d2fe5934bb6d05094cce6586993df16e45f05a4bbe36556e" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "abf27d884dff8e5a1f1b84b11d2ea9ceab51faa724c3e7e2168b40b3f8bc408b" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "a3e8c05a73c0ce3a65a0941e0bf93e6d2dd43ad994a5030813d94772b39c7f9e" |
14 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "ce786f71b84aca5031ecde6de3fd9567646f06dd1a39ffdd86d2465f86bbd75f" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "56842bbff851c9946cfab4b9e5080d023399576217b117fc7452e3c9778cec5a" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_tahoe: "5afce84cfdc08d1e22897a40d9f6314866173b8823b386a3459983a119ecf456" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "9e7f06d0808409b037313d41a42846377f2c3ca130b4e55e61c6f522ae26c11e" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "b70d9b3d7207b70123b2121b64589cbc781c4cdabd59fa699c25eb2178233ccd" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "501aa73a354c5573c19f3f43261fe5afc1892e599a1bab6dc9fc1bc931c63d80" |
| 14 | + sha256 cellar: :any_skip_relocation, arm64_linux: "24ed470e3210262d60502a639f55caa517f703764f964f8a3cbf767865a53b4e" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "63693909d38b3f722f7b0185b8191945a909e5be36338e82363e08645bbf447b" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "go" => :build |
|
0 commit comments