|
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/47/93/ac8f3d5ff04d54bc814e961a43ae5b0b146154c89c61b47bb07557679b18/cryptography-46.0.7.tar.gz" |
5 | | - sha256 "e4cfd68c5f3e0bfdad0d38e023239b96a2fe84146481852dffbcca442c245aa5" |
| 4 | + url "https://files.pythonhosted.org/packages/ef/b2/7ffa7fe8207a8c42147ffe70c3e360b228160c1d85dc3faff16aaa3244c0/cryptography-47.0.0.tar.gz" |
| 5 | + sha256 "9f8e55fe4e63613a5e1cc5819030f27b97742d720203a087802ce4ce9ceb52bb" |
6 | 6 | license any_of: ["Apache-2.0", "BSD-3-Clause"] |
7 | 7 | compatibility_version 1 |
8 | 8 | head "https://github.com/pyca/cryptography.git", branch: "main" |
9 | 9 |
|
10 | 10 | bottle do |
11 | | - sha256 cellar: :any, arm64_tahoe: "3d43b0d3b147ca50564cfba22f64542064c39c6e26cb424a163d4d736c9a5f3b" |
12 | | - sha256 cellar: :any, arm64_sequoia: "8cc97e1422c73bfdb9e1e8f0b7cf541f586f652b62f306920295db066d683022" |
13 | | - sha256 cellar: :any, arm64_sonoma: "deb86e70cbbf84bbcfab0b2db91c6724a6e3067018fb1163dc6ae12736a14abe" |
14 | | - sha256 cellar: :any, sonoma: "77ad383d5926c6be04fb8744a435d6baf7d22fb30e353fc55b311491d2f68f49" |
15 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "7730c451d5d7c0f9d501911a64cdf358bce3ff87ee8d38d31ef763b768375e7b" |
16 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "8bad0ca4c5e73d94f6016d7ba9b0252a275d82450841487aadf9389d5365df8b" |
| 11 | + sha256 cellar: :any, arm64_tahoe: "d9e4492020f8d0ffe6fc092c5a3247a50f3bda5d0f92c6a355317973601f949f" |
| 12 | + sha256 cellar: :any, arm64_sequoia: "5a0443703ed6085ceb1421f1aed938cd427b5c20270b5b5ac26ff7260347d20c" |
| 13 | + sha256 cellar: :any, arm64_sonoma: "b5462eb235bd2fd99b0ba6b5fba6fec395f1925a88702203f058f5d266ff4faf" |
| 14 | + sha256 cellar: :any, sonoma: "9d056d8be0a6d7c7148745d834835df41bbc517ae538bad8a414dde0333108cd" |
| 15 | + sha256 cellar: :any_skip_relocation, arm64_linux: "57e441ebb2fea5cf4370915537d9e2985445eeb1235332c87476fd8d41f71bb6" |
| 16 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "6d13402b0bd126158028a22e4e9abcb84b6e1459c31b0d61725b654ce2e863e3" |
17 | 17 | end |
18 | 18 |
|
19 | 19 | depends_on "maturin" => :build |
|
0 commit comments