|
1 | 1 | class Bao < Formula |
2 | 2 | desc "Implementation of BLAKE3 verified streaming" |
3 | 3 | homepage "https://github.com/oconnor663/bao" |
4 | | - url "https://github.com/oconnor663/bao/archive/refs/tags/0.13.0.tar.gz" |
5 | | - sha256 "05a8bb641710eb70ba59f2a765128211a554b186f117a48bb0c10e055dc23db4" |
| 4 | + url "https://github.com/oconnor663/bao/archive/refs/tags/0.13.1.tar.gz" |
| 5 | + sha256 "34cdbc1bc30ce41394ffd52e8a29ab4e5956ecabd7c4db26ffd992d306a59d96" |
6 | 6 | license any_of: ["Apache-2.0", "CC0-1.0"] |
7 | 7 | head "https://github.com/oconnor663/bao.git", branch: "master" |
8 | 8 |
|
9 | 9 | bottle do |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "0a34e59e198022fb43942d134e711ae5e3676f51867c3e15e1bc63685306815c" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "54f63529b46e6ff3963b1184f5b72138167bbf73fed196af8f6db95d94a05ab7" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "55fcf74c342f34f5f18696f788335b2c0d14a575a892c38b89762e1ac3222bcc" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "c858c8d4530769611f9e1af9ebbba5a435033887371943ae564f12f84353eb74" |
14 | | - sha256 cellar: :any_skip_relocation, ventura: "ac13765ab2cd2f636be2a21e8e5b258ad18357900a58fa5d1da9f8b8dcc19f45" |
15 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "11ce6005470b8119b70841eb7201e30ccd1f37f76f78676e986702303ece1186" |
16 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "9aef308095d30ea08a9bc174fc4620c032d85aaf4d2037cc0ea8fc37db96795a" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "e72ccd2883d2cca743e0436eae25cee929d330d0238df74a7bfa1a48d48cf9ce" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "7ee092a0750ef69e210081b7bb3d1143365755d330711ce42bfa9ce2c4774b98" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "2b7ca0bd24b20763777ef735beabb064f068174b3f4ac3c76b86d33834cc37ed" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "3f56a2a03eb3c7c5087b44266136a6f90f868f1f312731811fcb2866d421113e" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "c1be9491ec695e53a1e9d94391081618451b25f6da26bea453faf7791cc34e48" |
| 15 | + sha256 cellar: :any_skip_relocation, arm64_linux: "e61983b766ac21aadef6a9afa6d4bea203c87dea271b180be9a2fe9554e81bd2" |
| 16 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "02ccf54ad8acabb8b7504b3b9e6ba699a50f96cd487f89a2859ba565b6476de2" |
17 | 17 | end |
18 | 18 |
|
19 | 19 | depends_on "rust" => :build |
|
0 commit comments