8000 Merge pull request #224830 from botantony/ortp · Homebrew/homebrew-core@51854d7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 51854d7

Browse files
authored
Merge pull request #224830 from botantony/ortp
ortp 5.4.20
2 parents c6ce01b + 58f88d8 commit 51854d7

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

Formula/o/ortp.rb

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ class Ortp < Formula
44
license "GPL-3.0-or-later"
55

66
stable do
7-
url "https://gitlab.linphone.org/BC/public/ortp/-/archive/5.4.18/ortp-5.4.18.tar.bz2"
8-
sha256 "c1247665d76436bb0c977d94e3754b9719b74d214a4932780ce761ae470019f7"
7+
url "https://gitlab.linphone.org/BC/public/ortp/-/archive/5.4.20/ortp-5.4.20.tar.bz2"
8+
sha256 "68a37ce0d141f02ab83274c7b3496056d0746f23f7b7f21857928e1e6ff0b87a"
99

1010
depends_on "mbedtls"
1111

1212
# bctoolbox appears to follow ortp's version. This can be verified at the GitHub mirror:
1313
# https://github.com/BelledonneCommunications/bctoolbox
1414
resource "bctoolbox" do
15-
url "https://gitlab.linphone.org/BC/public/bctoolbox/-/archive/5.4.18/bctoolbox-5.4.18.tar.bz2"
16-
sha256 "de35c3f4061a91a2034e014710fda87b2fcbb404838cc9fd435b16d7ea4918f7"
15+
url "https://gitlab.linphone.org/BC/public/bctoolbox/-/archive/5.4.20/bctoolbox-5.4.20.tar.bz2"
16+
sha256 "cb00afa639b6ca106646ad37dbf735865489a38cd85dc0010cc108c157c5501a"
1717

1818
livecheck do
1919
formula :parent
@@ -26,13 +26,13 @@ class Ortp < Formula
2626
no_autobump! because: "resources cannot be updated automatically"
2727

2828
bottle do
29-
sha256 cellar: :any, arm64_sequoia: "9c9d6e9a6aa22393022db29c17765268c004970a121680a4bc7ab22ee7f1b1b8"
30-
sha256 cellar: :any, arm64_sonoma: "8872992b565b981eba9a123ee6f746a84e2a526933f0fd859b9ed113dac8af9e"
31-
sha256 cellar: :any, arm64_ventura: "5d8a82aba83af74370680a1e3798573e559a25165ab985a7e82f66a3c748ba13"
32-
sha256 cellar: :any, sonoma: "efb507e3e261b608dde52409ed39a1d50a7315e4410fd0dd65ef7cde5fc3ffe9"
33-
sha256 cellar: :any, ventura: "fd700110f53e3b840802d2039484561fcb99ab376ffef6199fae421d62055458"
34-
sha256 cellar: :any_skip_relocation, arm64_linux: "25d59e28a240dc0c1c012b62522d6e163758f823714dfede3721fd7e40f56f64"
35-
sha256 cellar: :any_skip_relocation, x86_64_linux: "8e82cc7b1e43fff94f95c9915dfb44a54fec25270f73575eaaec1a86c5ffc270"
29+
sha256 cellar: :any, arm64_sequoia: "dc2cd17d4d380109b8419f9b28540250f0ccd2ad31dc9d84580602796aca9d3c"
30+
sha256 cellar: :any, arm64_sonoma: "837075fbb9d9cac2e404d37bd526d5144b004d6e0c545abca3abcc484739e5af"
31+
sha256 cellar: :any, arm64_ventura: "a8b1404eb89a89b5cd38d4e0f05161ffd18b419a195f6e09d459fbd212a1b9d5"
32+
sha256 cellar: :any, sonoma: "956214f838a376cdf0754194d6be7bb09dfde16b427969003209ca2e2d37b155"
33+
sha256 cellar: :any, ventura: "aabe83dfbce8dea9bc3dae8d9452773d9b3e0a393b5de966a0e5254fbcbf20a2"
34+
sha256 cellar: :any_skip_relocation, arm64_linux: "41c185e77bedeedcbdd89a0218bbbdec8a8bff782597a2cff836bf59b82c6b8f"
35+
sha256 cellar: :any_skip_relocation, x86_64_linux: "a909fb44156a62dd31dc9c90af6cfad5e736ddc9d1b4763bcdbb83d663d55584"
3636
end
3737

3838
head do

0 commit comments

Comments
 (0)
0