@@ -4,16 +4,16 @@ class Ortp < Formula
4
4
license "GPL-3.0-or-later"
5
5
6
6
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 "
9
9
10
10
depends_on "mbedtls"
11
11
12
12
# bctoolbox appears to follow ortp's version. This can be verified at the GitHub mirror:
13
13
# https://github.com/BelledonneCommunications/bctoolbox
14
14
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 "
17
17
18
18
livecheck do
19
19
formula :parent
@@ -26,13 +26,13 @@ class Ortp < Formula
26
26
no_autobump! because : "resources cannot be updated automatically"
27
27
28
28
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 "
36
36
end
37
37
38
38
head do
0 commit comments