|
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.3.tar.gz" |
5 |
| - sha256 "cd83fb7cef3c1df350e037fb6d183f29c7567048e1664159cc72c4d76bef9331" |
| 4 | + url "https://github.com/astral-sh/ruff/archive/refs/tags/0.11.4.tar.gz" |
| 5 | + sha256 "e2093c9b62a5ae3b48de7601dad616995d0877b7d6f1c209373bf4e9acfaa24b" |
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: "2e18ce0ea820c3edb11612a3463190bf9af13e74e3eaf6ff8940ef8a02befdff" |
11 |
| - sha256 cellar: :any_skip_relocation, arm64_sonoma: "c73b8f462176d6b2cfd1f0dab7f10432b9a2710f42ee7ec9e4942c5a1c8ccd7c" |
12 |
| - sha256 cellar: :any_skip_relocation, arm64_ventura: "80f42766c7572988f35fc2bd410f7a8110c75c9c78dfc19cfdf6691925db7ea5" |
13 |
| - sha256 cellar: :any_skip_relocation, sonoma: "9384fae3527959029ac8e8cb62948ee094bc89e2ecf6e641aabb107f292fc742" |
14 |
| - sha256 cellar: :any_skip_relocation, ventura: "0f54e553c0bfd47dc663a4333a7fa0f3edd0e09a99a79695c2820c5c828d537d" |
15 |
| - sha256 cellar: :any_skip_relocation, arm64_linux: "7d4a933ec2b3952e42ed91755492074ddef17b592d1fc6ca39ebf72378cc723f" |
16 |
| - sha256 cellar: :any_skip_relocation, x86_64_linux: "a6908f53b7489ff9d8eada45e8f322e6a8dbec2c9742263a83ec591b2cc35495" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "75843374fb9c2ef81211e244af1293226800a7ce729a6ef64bd3ee6dde3a35c1" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c0451aca4a3601c909097b7f1590aac31c40929e4431776c0bdd4a1c4811e068" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "eed32114ec971ba19f2716957505f7d71005ed5a0e4a25cbf6fef190f5952304" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "725f205fd6c49d7edbc0202c326ab4841ff041dd9cec1bc25d146089e1ab2d93" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "4fe51f299b8ea127334f18ede8f81326f1b5b7549648999fad024bbb4e5b23a1" |
| 15 | + sha256 cellar: :any_skip_relocation, arm64_linux: "722f617451f275c5062a6905e656719c15cec3aa4fcdc5ad809fa050f801464f" |
| 16 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "293675df33ccb36372bef5db9a201fdf073c95cabc985c7c6dc2a4ff96c87bc8" |
17 | 17 | end
|
18 | 18 |
|
19 | 19 | depends_on "rust" => :build
|
|
0 commit comments