rtmpdump: use secure head url
This commit is contained in:
parent
f51728809f
commit
05dff46474
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
|||
class Rtmpdump < Formula
|
||||
desc "Tool for downloading RTMP streaming media"
|
||||
homepage "https://rtmpdump.mplayerhq.hu"
|
||||
homepage "https://rtmpdump.mplayerhq.hu/"
|
||||
url "https://mirrors.ocf.berkeley.edu/debian/pool/main/r/rtmpdump/rtmpdump_2.4+20151223.gitfa8646d.1.orig.tar.gz"
|
||||
mirror "https://mirrorservice.org/sites/ftp.debian.org/debian/pool/main/r/rtmpdump/rtmpdump_2.4%2b20151223.gitfa8646d.1.orig.tar.gz"
|
||||
version "2.4+20151223"
|
||||
sha256 "5c032f5c8cc2937eb55a81a94effdfed3b0a0304b6376147b86f951e225e3ab5"
|
||||
|
||||
head "git://git.ffmpeg.org/rtmpdump", :shallow => false
|
||||
head "https://git.ffmpeg.org/rtmpdump", :shallow => false
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
|
|
Loading…
Reference in a new issue