File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff 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.13 /ortp-5.4.13 .tar.bz2"
8- sha256 "baf7d5a78d4411292eb82f4a2e85219f109e51af74d6aa2f961bee42e2d392f5 "
7+ url "https://gitlab.linphone.org/BC/public/ortp/-/archive/5.4.14 /ortp-5.4.14 .tar.bz2"
8+ sha256 "cc91f7bb8ca5cfab4e333f1e1655a3ff0d82fa61ca93117178872980e7e286a5 "
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.13 /bctoolbox-5.4.13 .tar.bz2"
16- sha256 "4084a7ffeb2933f6f82ef2af8f0bec49075f8e54ae03edcd69303014e4f8cab7 "
15+ url "https://gitlab.linphone.org/BC/public/bctoolbox/-/archive/5.4.14 /bctoolbox-5.4.14 .tar.bz2"
16+ sha256 "494245128330401f45abce89bf9b1db9b404462ac424a957a15926d558dba6eb "
1717
1818 livecheck do
1919 formula :parent
@@ -23,6 +23,8 @@ class Ortp < Formula
2323 end
2424 end
2525
26+ no_autobump! because : "resources cannot be updated automatically"
27+
2628 bottle do
2729 sha256 cellar : :any , arm64_sequoia : "75a65f116f3e03acab905264e9f4cf11583ad6d32fb3d729b17bb0dd479df315"
2830 sha256 cellar : :any , arm64_sonoma : "ee5ae2d56fc85ae37556214a3d01cfee9ad6568f49bd54b24a1cd49ae3380f42"
You can’t perform that action at this time.
0 commit comments