Skip to content

Commit

Permalink
ortp 5.3.95
Browse files Browse the repository at this point in the history
  • Loading branch information
eleanordoesntcode authored Nov 19, 2024
1 parent 3dd127c commit 94ecb83
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Formula/o/ortp.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ class Ortp < Formula
license "GPL-3.0-or-later"

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

depends_on "mbedtls"

# 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.84/bctoolbox-5.3.84.tar.bz2"
sha256 "1c9ec26a91e74f720b16416a0e9e5e84c8aeb04b3fc490c22a4b2fc10ab6d5e3"
url "https://gitlab.linphone.org/BC/public/bctoolbox/-/archive/5.3.95/bctoolbox-5.3.95.tar.bz2"
sha256 "da54a93c7ec806868fed91893754ebadd920f39b440b399f22b881721647ee23"
end
end

Expand Down

0 comments on commit 94ecb83

Please sign in to comment.