Skip to content

Commit

Permalink
Merge pull request #178951 from Homebrew/bump-libjuice-1.5.2
Browse files Browse the repository at this point in the history
libjuice 1.5.2
  • Loading branch information
BrewTestBot committed Jul 30, 2024
2 parents c74ad1e + a6b1c0c commit 6d5d9c5
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/lib/libjuice.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
class Libjuice < Formula
desc "UDP Interactive Connectivity Establishment (ICE) library"
homepage "https://github.com/paullouisageneau/libjuice"
url "https://github.com/paullouisageneau/libjuice/archive/refs/tags/v1.5.1.tar.gz"
sha256 "39b9d54440b82cd78c8448cb9687c2fa43b4cdb0e629f8981d73ce2ad63350bf"
url "https://github.com/paullouisageneau/libjuice/archive/refs/tags/v1.5.2.tar.gz"
sha256 "9b145cbf4c88829249b33cf6d8d92f575694d557d1b36e780b6903c10f7094b8"
license "MPL-2.0"

bottle do
sha256 cellar: :any, arm64_sonoma: "4bd4ca23472949dea0ef436370f12ec7fcfdb8d60b30980ebca34e43e0d12dfe"
sha256 cellar: :any, arm64_ventura: "abff935658a807c2acacaa5179b5cd11b533315ae6fb45707c23ccef54b9c1cb"
sha256 cellar: :any, arm64_monterey: "44a4921010935abbb0edeee3f2ffe92f725c272993549df530ea303b081cf926"
sha256 cellar: :any, sonoma: "45eddcbc035567fef87f8781b24700b17ccea241f8bc9b97965c8f7f6aea9913"
sha256 cellar: :any, ventura: "11c209a12bdfe1167da640c5d2e88344ad333301579d6de6e23610be1b0b8601"
sha256 cellar: :any, monterey: "5a60ca59447e0eaf27cd4451698e021f08e45890fd558c336dda3344787dbc09"
sha256 cellar: :any_skip_relocation, x86_64_linux: "b0c95931044be39d947c1255fa08cd91d5a3571b92470b228f63bf0080a2269e"
sha256 cellar: :any, arm64_sonoma: "7ba26ae15b490051eebb820493f305b32c6d2407538e01255fdfe33bed441f66"
sha256 cellar: :any, arm64_ventura: "c74831bd0d7656207ec842be2188f8cb8c546ed9f3cef3dd1ac56ca1de1fc200"
sha256 cellar: :any, arm64_monterey: "22007fcb8cb60bbc94248bec446df0bff34c153fcbb8415c9d90c5c5c8a8492f"
sha256 cellar: :any, sonoma: "d9d28db37b0a414131ebd38ffbafadc7ee6054e31a8c3ceedf8d9d4534a8ae72"
sha256 cellar: :any, ventura: "77507fa82ad005ee75f30d013aa46ff6bc8dbe60ed4d5ff0481e9bfbeb7affc5"
sha256 cellar: :any, monterey: "401e6c121b824e0828afe67ae4025586c42c176faaaee5bfccb9d8ddc890ddb6"
sha256 cellar: :any_skip_relocation, x86_64_linux: "7bd036220c275574ba900b2b43f6c7f333572016afce04266aaf4a2ddbcde7d9"
end

depends_on "cmake" => :build
Expand Down

0 comments on commit 6d5d9c5

Please sign in to comment.