Skip to content

Commit

Permalink
Merge pull request #196845 from Homebrew/bump-libre-3.17.0
Browse files Browse the repository at this point in the history
baresip libre 3.17.0
  • Loading branch information
BrewTestBot authored Nov 6, 2024
2 parents 70683d0 + 2a1ab36 commit 3c36a3a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 deletions Formula/b/baresip.rb
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
class Baresip < Formula
desc "Modular SIP useragent"
homepage "https://github.com/baresip/baresip"
url "https://github.com/baresip/baresip/archive/refs/tags/v3.16.0.tar.gz"
sha256 "95338c4e4dd6931c94d425d69089b66d32c173e48cb992344e856ead7ba9393b"
url "https://github.com/baresip/baresip/archive/refs/tags/v3.17.0.tar.gz"
sha256 "2b61e30b748e0bfce4f7eb63a96bc1a250114265bb3b9afb1ae6b710e12d353b"
license "BSD-3-Clause"

bottle do
sha256 arm64_sequoia: "49a8420cd3d1396970d6ac46087d834f32ca854bffc962f4854344300a0f8636"
sha256 arm64_sonoma: "432052f6f43a9b98496614ec023a91c05c87d5efda3a65a1947f3c437c37f179"
sha256 arm64_ventura: "744a1ef3f143f0e61638b1a6d7f5305e0c579322b0bf97c4ee45da08af13d1af"
sha256 sonoma: "287fc83ff9ec9eb95a625c30bb966c77e7994de44f27dcbaf9b716acaa7414e9"
sha256 ventura: "fba7e99b3b3956476c8cd60caee9abef3b2d4eb3cec0e8dbc539a656902ed92b"
sha256 x86_64_linux: "288f35f9a26024105b41af71df13cc0aaa61253316dc1423a0a27cbdbf5cd427"
sha256 arm64_sequoia: "dff2d364234868ba9f9ad088b8c8126dce0f5be958a554e458db33f8de125151"
sha256 arm64_sonoma: "a42f4de0a5c4c0b7fa3199f5fe219431632670a2e21bfbf1361c78ca84617eac"
sha256 arm64_ventura: "b40d179c28eef1fa31b7a6204812fd6db11ef10fad3552bc009b9b9373ff6cb3"
sha256 sonoma: "539ad02c6017bf0a7ee2782486eb9c9d7e31dfacb5bf62713e820893dc529a85"
sha256 ventura: "e49e7d86bbfb616d2e27213020d4b78dc23267d02b8c1049dc4d5de08f2e3c07"
sha256 x86_64_linux: "13ab832bc63ca9a62a874d9b0697a3bead0f81c8c6ab61f23cde62d345513425"
end

depends_on "cmake" => :build
Expand Down
16 changes: 8 additions & 8 deletions Formula/lib/libre.rb
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
class Libre < Formula
desc "Toolkit library for asynchronous network I/O with protocol stacks"
homepage "https://github.com/baresip/re"
url "https://github.com/baresip/re/archive/refs/tags/v3.16.0.tar.gz"
sha256 "11b3215064b6ef5a11b0f4645d6d4834f8ba899d5b65c66477f9c4afbd32e1ed"
url "https://github.com/baresip/re/archive/refs/tags/v3.17.0.tar.gz"
sha256 "28ee46b097f7b1ff5a73249aacb5a64b742ba9bd5f3321b5c51f41c43233d495"
license "BSD-3-Clause"

bottle do
sha256 cellar: :any, arm64_sequoia: "02558efbd753c2828ccc4f91524dca92a1c4fc2c5b75c96b58473f7357b05a20"
sha256 cellar: :any, arm64_sonoma: "c301ade603751c88020715a54450b36c4f53e20554e645bc12da67172d1bba8d"
sha256 cellar: :any, arm64_ventura: "26bc4638e19d6e26b0e780e2041b4faaaf30b2970e51e7ce1bebd1456855e89e"
sha256 cellar: :any, sonoma: "13693d80705176c802c502aeac1847868699cd8fd80986958bfa6a2ef013c044"
sha256 cellar: :any, ventura: "813f09b9bcdad0d04438d6ced16cf743b754097dfc1a42a8048fc8cf9606d715"
sha256 cellar: :any_skip_relocation, x86_64_linux: "c3d699e934426185b44b2603ac3e21a9981363b914c3a1401eb95943779ef20e"
sha256 cellar: :any, arm64_sequoia: "ef948a7853da77684e15d0678a7a76feeeb4c7f6e3d40a38b53669bee4b93935"
sha256 cellar: :any, arm64_sonoma: "109d0c52c1cc7d5d9ab82c8844deeb22e82cb6bd0af537172943b042f5f33b88"
sha256 cellar: :any, arm64_ventura: "cf3f8ac2175062cb058f945c8656e31a98537f4d7546219f93b6cb6a5479c424"
sha256 cellar: :any, sonoma: "a52868b3ba67461793658561a2593f6af5b10bfa316ab80fd4ac18c0809cf3ba"
sha256 cellar: :any, ventura: "75dc9177b2140f93690d953e086df8cb5fe46f0633d00ffe7872d3f120d81f86"
sha256 cellar: :any_skip_relocation, x86_64_linux: "80b5a2513fe55e5504da44eb33eed57f9a94556694599af462316dab24782f72"
end

depends_on "cmake" => :build
Expand Down

0 comments on commit 3c36a3a

Please sign in to comment.