Skip to content

Commit

Permalink
Merge pull request #191011 from Homebrew/bump-ortp-5.3.84
Browse files Browse the repository at this point in the history
ortp 5.3.84
  • Loading branch information
BrewTestBot authored Sep 17, 2024
2 parents edf2cdb + 79fa901 commit 09a4cb2
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions Formula/o/ortp.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,24 @@ class Ortp < Formula
license "GPL-3.0-or-later"

stable do
url "https://gitlab.linphone.org/BC/public/ortp/-/archive/5.3.83/ortp-5.3.83.tar.bz2"
sha256 "4080eefbf107b7a6afb087e4296d69af5ec407ee29280a7c63be6359be7bdac1"
url "https://gitlab.linphone.org/BC/public/ortp/-/archive/5.3.84/ortp-5.3.84.tar.bz2"
sha256 "e0b539a0021c8b6babca5efddc9362954148824f59c4c316d772a124ebbb51bd"

# bctoolbox appears to follow ortp's version. This can be verified at the GitHub mirror:
# https://github.com/BelledonneCommunications/bctoolbox
resource "bctoolbox" do
url "https://gitlab.linphone.org/BC/public/bctoolbox/-/archive/5.3.83/bctoolbox-5.3.83.tar.bz2"
sha256 "994c13740f9a9e95d6674514d9fbe552089babcfa115b78fc6adc0252383b2a7"
url "https://gitlab.linphone.org/BC/public/bctoolbox/-/archive/5.3.84/bctoolbox-5.3.84.tar.bz2"
sha256 "1c9ec26a91e74f720b16416a0e9e5e84c8aeb04b3fc490c22a4b2fc10ab6d5e3"
end
end

bottle do
sha256 cellar: :any, arm64_sequoia: "d6ad4641a38d82ae6855fdd346ca82226fc2b13c756aa9521031bf3442d2a21d"
sha256 cellar: :any, arm64_sonoma: "f234f678ce1ebbcf70d0e665870ad675734671f57b4a3cb7b388b81048d1dc38"
sha256 cellar: :any, arm64_ventura: "be3ccecf05e40915ed80062ca75b196aa8376238eaa1cb4078fe5fa04c9df7bd"
sha256 cellar: :any, arm64_monterey: "80beb5c69ff190cf4dfe3347a51b3ffad7e7de4201b23ff3ffa79d06e08b4de6"
sha256 cellar: :any, sonoma: "0ade976ce75bd37282296b1f62516d9456f1d752e2353c26d01b42718deec40b"
sha256 cellar: :any, ventura: "4fca13c869e078f50200c226b2e633d47b97bdfd31735ba9c204f82592a8aa53"
sha256 cellar: :any, monterey: "256b56c1c65d5aa3fa1776b03ebe95ce1ef6f184d3a7626539fb30c102b7ad15"
sha256 cellar: :any_skip_relocation, x86_64_linux: "96513da356020d903314242021d34f57508809c8580b8a22c35e6f50ef1f5d50"
sha256 cellar: :any, arm64_sequoia: "4db45336c212cfb572b3ff42b878352733679fdbc11a79f6dc3dda037f220bab"
sha256 cellar: :any, arm64_sonoma: "4214e613d3563fdb8e737376eabc9576e7b01ec5d001082e19169f1b9b6dff0b"
sha256 cellar: :any, arm64_ventura: "9cd9109b254d1d76307bc9c779d6e2b6da0ed264297421aac06ba61fdf2a66a9"
sha256 cellar: :any, sonoma: "635f5d33e32f95b633923cbcb168f0be9705699b83da87a7fc3eb590f46de10c"
sha256 cellar: :any, ventura: "113dff9d0907b040807916b184d3c722be016f952f4b0f7ca895c4eb4332fe6b"
sha256 cellar: :any_skip_relocation, x86_64_linux: "4b2f06f9efd8c6b09a40b5cd555d1a1ce5c782463cf60a5ddd324885a272b124"
end

head do
Expand Down

0 comments on commit 09a4cb2

Please sign in to comment.