|
1 | 1 | class I2pd < Formula |
2 | 2 | desc "Full-featured C++ implementation of I2P client" |
3 | 3 | homepage "https://i2pd.website/" |
4 | | - url "https://github.com/PurpleI2P/i2pd/archive/refs/tags/2.56.0.tar.gz" |
5 | | - sha256 "eb83f7e98afeb3704d9ee0da2499205f73bab0b1becaf4494ccdcbe4295f8550" |
| 4 | + url "https://github.com/PurpleI2P/i2pd/archive/refs/tags/2.57.0.tar.gz" |
| 5 | + sha256 "e2327f816d92a369eaaf9fd1661bc8b350495199e2f2cb4bfd4680107cd1d4b4" |
6 | 6 | license "BSD-3-Clause" |
7 | | - revision 3 |
8 | 7 |
|
9 | 8 | bottle do |
10 | | - sha256 cellar: :any, arm64_sequoia: "c865826e73acdb762fc4acc120ff7c8f02cd6a662a963e24d9093d7bf447066b" |
11 | | - sha256 cellar: :any, arm64_sonoma: "5a0f70510c4bfd858b20822b082e59b83e0e55c82a9a0c0152d5e36728fc82e9" |
12 | | - sha256 cellar: :any, arm64_ventura: "49f063b05f528fecbd2403dcfe1508e6cb020bda38405b8c2fbd3bffc9a8fa4e" |
13 | | - sha256 cellar: :any, sonoma: "406f99860f53e0c5bfec11ce11116cc51d15f614e31f7cc6c577286cc983715d" |
14 | | - sha256 cellar: :any, ventura: "119eec12ddde78b6e144d5b32c3fd2dd51bf4bb67de742a18d44a9d09d937b45" |
15 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "571d04e9014fa65a030b07c7a0c393d16cd9d6df122655cfd6b8f3c3da72715d" |
16 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "ae6d43676b89b6d4fd9b6438c06d6ca5fb22e348802570ab5059b905932ba18b" |
| 9 | + sha256 cellar: :any, arm64_sequoia: "17d7aec839b3a8641b2c40e084d459a787368d3090438ef57603038555504d0c" |
| 10 | + sha256 cellar: :any, arm64_sonoma: "c609b3a58bcde479df1eb5d34c2dd6753812d5fb9a4e014a39f51a9cc2b8adf3" |
| 11 | + sha256 cellar: :any, arm64_ventura: "0d2ee21f5fa22ec7f632bf58cfbbe8799ad44d0bcb7797a6aa577f7e772a0751" |
| 12 | + sha256 cellar: :any, sonoma: "4bc1ede8c8c592f58fd622f6dd1e230e1c134d787c0b94bf116d6f75d9e846f8" |
| 13 | + sha256 cellar: :any, ventura: "415d938ffca8249d8ad6e32c1a07b35862277e42017ad7dade8fd8d0d554b19f" |
| 14 | + sha256 cellar: :any_skip_relocation, arm64_linux: "773fde1a3a3f651d5fa7a1f14e3975f98b10abeec2a38c7f4f8f38fce9a39162" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "8dd3123a2ddbb8e77da092236ed4152535742b9b49e57989d55b25bd50f4945c" |
17 | 16 | end |
18 | 17 |
|
19 | 18 | depends_on "boost" |
|
0 commit comments