|
1 | 1 | class Ruff < Formula |
2 | 2 | desc "Extremely fast Python linter, written in Rust" |
3 | 3 | homepage "https://docs.astral.sh/ruff/" |
4 | | - url "https://github.com/astral-sh/ruff/archive/refs/tags/0.11.11.tar.gz" |
5 | | - sha256 "fcd8fdd349559421494b653e53a2fc6441a35e51d2992af035c5e5c84e060702" |
| 4 | + url "https://github.com/astral-sh/ruff/archive/refs/tags/0.11.12.tar.gz" |
| 5 | + sha256 "2ad90f833e177c3a0e81c0e3814e8b6571f0bc74dbdf7dc368ffcf6201ff142e" |
6 | 6 | license "MIT" |
7 | 7 | head "https://github.com/astral-sh/ruff.git", branch: "main" |
8 | 8 |
|
9 | 9 | bottle do |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "c331261bfb1275c0939391a72ac483b0691b696dfa9b21f1b4c9a2b6e0ddc5ee" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "50fa499f04d37a02ffa5079bc9d6a6302bf4b43dd30452dd88b06616fd24a89c" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "97d22b815d65767fc8798ba2384f4b8d88a83272f71344764afa080f1aa3f5ee" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "5139ed073c447c796490a8e05f38561f09bc77edcab3946da3dea9f4e7c96a85" |
14 | | - sha256 cellar: :any_skip_relocation, ventura: "1550bf4fd06ef4799290054968e7d5f181f2d1dfd4dcc14358a6407bc6112ffe" |
15 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "054aae9858b4ce1ba1e76fa691d07a5ab906afd7502f8ece8d09077d4343a273" |
16 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "492ee6f64366ab9f725e29bd8dccf1416f18562514c9dae259bd089cddb93562" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "a87dd795380749394d069bf87be4b392178d6754ad84f66cea7d0f24ec192b28" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "ff4015336635fe4ac56f5ed7ca1bcc951390ba3a2d0265c74a8893349329a960" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "ec6fec0bdac214af90c3ea96796561c729f2002b70922d94d4f8503148a27f59" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "aa7976226114381f4e1792a415a8f1346d30fbbcc72cf3050966596278578d2c" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "ec5f3cf4ffd54944d762e507c7a7400ff154bcc3157b493f962de721645371c2" |
| 15 | + sha256 cellar: :any_skip_relocation, arm64_linux: "2faafbe8bc3106a63381458053b1600c9a3d82b8dcf9fb0b0d38d9b18a149bf1" |
| 16 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "91d56afe2541929b4cdedd6de22e1d1f9cea0a58c165f92b73b02f7ac31d2578" |
17 | 17 | end |
18 | 18 |
|
19 | 19 | depends_on "rust" => :build |
|
0 commit comments