|
1 | 1 | class Libre < Formula
|
2 | 2 | desc "Toolkit library for asynchronous network I/O with protocol stacks"
|
3 | 3 | homepage "https://github.com/baresip/re"
|
4 |
| - url "https://github.com/baresip/re/archive/refs/tags/v3.16.0.tar.gz" |
5 |
| - sha256 "11b3215064b6ef5a11b0f4645d6d4834f8ba899d5b65c66477f9c4afbd32e1ed" |
| 4 | + url "https://github.com/baresip/re/archive/refs/tags/v3.17.0.tar.gz" |
| 5 | + sha256 "28ee46b097f7b1ff5a73249aacb5a64b742ba9bd5f3321b5c51f41c43233d495" |
6 | 6 | license "BSD-3-Clause"
|
7 | 7 |
|
8 | 8 | bottle do
|
9 |
| - sha256 cellar: :any, arm64_sequoia: "02558efbd753c2828ccc4f91524dca92a1c4fc2c5b75c96b58473f7357b05a20" |
10 |
| - sha256 cellar: :any, arm64_sonoma: "c301ade603751c88020715a54450b36c4f53e20554e645bc12da67172d1bba8d" |
11 |
| - sha256 cellar: :any, arm64_ventura: "26bc4638e19d6e26b0e780e2041b4faaaf30b2970e51e7ce1bebd1456855e89e" |
12 |
| - sha256 cellar: :any, sonoma: "13693d80705176c802c502aeac1847868699cd8fd80986958bfa6a2ef013c044" |
13 |
| - sha256 cellar: :any, ventura: "813f09b9bcdad0d04438d6ced16cf743b754097dfc1a42a8048fc8cf9606d715" |
14 |
| - sha256 cellar: :any_skip_relocation, x86_64_linux: "c3d699e934426185b44b2603ac3e21a9981363b914c3a1401eb95943779ef20e" |
| 9 | + sha256 cellar: :any, arm64_sequoia: "ef948a7853da77684e15d0678a7a76feeeb4c7f6e3d40a38b53669bee4b93935" |
| 10 | + sha256 cellar: :any, arm64_sonoma: "109d0c52c1cc7d5d9ab82c8844deeb22e82cb6bd0af537172943b042f5f33b88" |
| 11 | + sha256 cellar: :any, arm64_ventura: "cf3f8ac2175062cb058f945c8656e31a98537f4d7546219f93b6cb6a5479c424" |
| 12 | + sha256 cellar: :any, sonoma: "a52868b3ba67461793658561a2593f6af5b10bfa316ab80fd4ac18c0809cf3ba" |
| 13 | + sha256 cellar: :any, ventura: "75dc9177b2140f93690d953e086df8cb5fe46f0633d00ffe7872d3f120d81f86" |
| 14 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "80b5a2513fe55e5504da44eb33eed57f9a94556694599af462316dab24782f72" |
15 | 15 | end
|
16 | 16 |
|
17 | 17 | depends_on "cmake" => :build
|
|
0 commit comments