|
1 | 1 | class Cryptography < Formula |
2 | 2 | desc "Cryptographic recipes and primitives for Python" |
3 | 3 | homepage "https://cryptography.io/en/latest/" |
4 | | - url "https://files.pythonhosted.org/packages/a9/62/e3664e6ffd7743e1694b244dde70b43a394f6f7fbcacf7014a8ff5197c73/cryptography-46.0.1.tar.gz" |
5 | | - sha256 "ed570874e88f213437f5cf758f9ef26cbfc3f336d889b1e592ee11283bb8d1c7" |
| 4 | + url "https://files.pythonhosted.org/packages/4a/9b/e301418629f7bfdf72db9e80ad6ed9d1b83c487c471803eaa6464c511a01/cryptography-46.0.2.tar.gz" |
| 5 | + sha256 "21b6fc8c71a3f9a604f028a329e5560009cc4a3a828bfea5fcba8eb7647d88fe" |
6 | 6 | license any_of: ["Apache-2.0", "BSD-3-Clause"] |
7 | 7 | head "https://github.com/pyca/cryptography.git", branch: "main" |
8 | 8 |
|
9 | 9 | bottle do |
10 | | - sha256 cellar: :any, arm64_tahoe: "cdce37501be8cafb9f73675214abb5733c1df43fb99d27a6e56f0746c8360a46" |
11 | | - sha256 cellar: :any, arm64_sequoia: "e554d90bd6b50319d53129fc94f84e46065c1d941fa0f7ed2073c289d8d8c550" |
12 | | - sha256 cellar: :any, arm64_sonoma: "22dacc09c15184a398b40faf45240fcd1185950b751a5ebb8e113d23f6b7e9d7" |
13 | | - sha256 cellar: :any, sonoma: "7c63f4aff1eb97591b4e0f20098fe948666486edab52d2275e85ad22fe4a87d8" |
14 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "a8033e7dd333d5aaa7251d965d62867f8a50543a34e045ceb3cc1dc139ef9351" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "237716c109b28a73b14c7c7e7bf4ab4debd2c833fe2cbe45252155477741e943" |
| 10 | + sha256 cellar: :any, arm64_tahoe: "27f94af3de8ec602be1c1701ad2e4cbc071e3b629a563d0048583fc5f0ebfdfa" |
| 11 | + sha256 cellar: :any, arm64_sequoia: "78490fbd9ff126f50fbf3f38a634cfa47c8e65c60af3bf4680ee762d08cf08e3" |
| 12 | + sha256 cellar: :any, arm64_sonoma: "c022fe9b01a7c6e5371a6de2825613428911c7941057f2057a48fede5c5969c7" |
| 13 | + sha256 cellar: :any, sonoma: "5c24010f656cbb6cc3988195910c2dc3cbb4ad2bad91d4dab10422644ec54701" |
| 14 | + sha256 cellar: :any_skip_relocation, arm64_linux: "b68d284397302cc0ec153684c0cb8707c34a310bc615a4cb49f7f64bf410c374" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "bf1e8747dc46840c0a4ee5e4a5b9f352cca8e9137f08dc21cc335ae59c39c578" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "maturin" => :build |
|
0 commit comments