librtlsdr: use secure homepage, fix audit problem
This commit is contained in:
parent
6bfa5248a8
commit
b2c1f61137
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
class Librtlsdr < Formula
|
||||
desc "Use Realtek DVT-T dongles as a cheap SDR"
|
||||
homepage "http://sdr.osmocom.org/trac/wiki/rtl-sdr"
|
||||
head "git://git.osmocom.org/rtl-sdr.git", :shallow => false
|
||||
homepage "https://sdr.osmocom.org/trac/wiki/rtl-sdr"
|
||||
url "https://github.com/steve-m/librtlsdr/archive/v0.5.3.tar.gz"
|
||||
sha256 "98fb5c34ac94d6f2235a0bb41a08f8bed7949e1d1b91ea57a7c1110191ea58de"
|
||||
head "git://git.osmocom.org/rtl-sdr.git", :shallow => false
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
|
|
Loading…
Reference in a new issue