ortp 4.4.29
* ortp 4.4.29 * ortp: update bctoolbox resource Closes #71269. Co-authored-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com> Signed-off-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com> Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>master
parent
bb559879b0
commit
f9d0b32613
|
@ -1,8 +1,8 @@
|
|||
class Ortp < Formula
|
||||
desc "Real-time transport protocol (RTP, RFC3550) library"
|
||||
homepage "https://www.linphone.org/technical-corner/ortp"
|
||||
url "https://gitlab.linphone.org/BC/public/ortp/-/archive/4.4.28/ortp-4.4.28.tar.bz2"
|
||||
sha256 "9a9b5a2ce9905c4f7a154c0ee59a3b3aa1f85d783113a60dab1a45da3229da58"
|
||||
url "https://gitlab.linphone.org/BC/public/ortp/-/archive/4.4.29/ortp-4.4.29.tar.bz2"
|
||||
sha256 "37828296226075f65b94382d52b38a3b7612e008067a294442376e00a3354149"
|
||||
license "GPL-3.0-or-later"
|
||||
head "https://gitlab.linphone.org/BC/public/ortp.git"
|
||||
|
||||
|
@ -20,8 +20,8 @@ class Ortp < Formula
|
|||
# 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/4.4.28/bctoolbox-4.4.28.tar.bz2"
|
||||
sha256 "f7daef6efcee2a3fdcf2378d3d3465cd1ee69bf74c755a9b70ddca8cf46c3bf9"
|
||||
url "https://gitlab.linphone.org/BC/public/bctoolbox/-/archive/4.4.29/bctoolbox-4.4.29.tar.bz2"
|
||||
sha256 "587940afa2fbe2ee701d56c3f09acbca36c71fc613a7a4b41770a2f6102bd190"
|
||||
end
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in New Issue