|
1 | 1 | class AwsCIo < Formula |
2 | 2 | desc "Event driven framework for implementing application protocols" |
3 | 3 | homepage "https://github.com/awslabs/aws-c-io" |
4 | | - url "https://github.com/awslabs/aws-c-io/archive/refs/tags/v0.20.1.tar.gz" |
5 | | - sha256 "8e2abf56e20f87383c44af6818235a12f54051b40c98870f44b2d5d05be08641" |
| 4 | + url "https://github.com/awslabs/aws-c-io/archive/refs/tags/v0.21.0.tar.gz" |
| 5 | + sha256 "31232dd35995c9d5d535f3cf5ce7d561d680285a0e2a16318d4f0d4512b907c4" |
6 | 6 | license "Apache-2.0" |
7 | 7 |
|
8 | 8 | bottle do |
9 | | - sha256 cellar: :any, arm64_sequoia: "4056b11f3763ed28884fc7c8148de5da7d64892d0554c772e37f3ad2747baaa3" |
10 | | - sha256 cellar: :any, arm64_sonoma: "fb1b9c52d33135a2b226240e0e409a3f4010263aff90cade3d0c059d85bd43c4" |
11 | | - sha256 cellar: :any, arm64_ventura: "dac31bbf9726427172a71ce9ead89ec5f8d989a58c60d5ad5e5e0af5e79f4f7c" |
12 | | - sha256 cellar: :any, sonoma: "78a4afca3f62daf81221845e8b66d948fe81d1f18b5ce1e79d06aa5ebfd3ed97" |
13 | | - sha256 cellar: :any, ventura: "fd3101375ad6952873e07f48de73ce5e14972be69edbb64757d17b28260812c1" |
14 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "711d83d3b1ddb72fd29a7e3a3cf592f50b555ed2c43978b88b8dac2072cd90ab" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "fe068cff4bb9afb3fdb5595afb806918f91060b3c84b07b849dce173e76e8820" |
| 9 | + sha256 cellar: :any, arm64_sequoia: "47c904e291f4d40feea150cfabd25b2d5bc4d14f9db2e288e26873fed21d3ac5" |
| 10 | + sha256 cellar: :any, arm64_sonoma: "a2165ccd07fb132134f71d603b63376f5d2fbfef0aa26f8091fdf9ea98a53dc5" |
| 11 | + sha256 cellar: :any, arm64_ventura: "b2b8ce485a1c551c621a620afd438b1036f3230277c2e6c9bf7c1de420ced8a9" |
| 12 | + sha256 cellar: :any, sonoma: "2593caa0cc54083bf32060c4a9f1b5dc268801eb61a37a4e860a7928f994ac7a" |
| 13 | + sha256 cellar: :any, ventura: "9f9821c99c776de066964422a7b76377170a005afa8d9d5d4c9dffba34bbe5fe" |
| 14 | + sha256 cellar: :any_skip_relocation, arm64_linux: "348f350acefacf472077c41fb22d7ecc1ef452deba2cbd1ed727a44278274303" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "396720c38788deac2510534d4e71d0e109783f266bf7050c60cba55e4e3179ca" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "cmake" => :build |
|
0 commit comments