uhd 003.010.000.000
Closes #3829. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
79f9f0c23f
commit
f3292ee786
1 changed files with 4 additions and 6 deletions
|
@ -1,10 +1,8 @@
|
|||
class Uhd < Formula
|
||||
desc "Hardware driver for all USRP devices."
|
||||
homepage "http://files.ettus.com/manual/"
|
||||
url "https://github.com/EttusResearch/uhd/archive/release_003_009_004.tar.gz"
|
||||
sha256 "84de6e0033b9a5848d6fd7ba7050ba18fb7145c284d1d15e1207b2d9196d7f9e"
|
||||
revision 1
|
||||
|
||||
url "https://github.com/EttusResearch/uhd/archive/release_003_010_000_000.tar.gz"
|
||||
sha256 "9e018c069851fd68ba63908a9f9944763832ce657f5b357d4e6c64293ad0d2cd"
|
||||
head "https://github.com/EttusResearch/uhd.git"
|
||||
|
||||
bottle do
|
||||
|
@ -23,8 +21,8 @@ class Uhd < Formula
|
|||
depends_on "gpsd" => :optional
|
||||
|
||||
resource "Mako" do
|
||||
url "https://pypi.python.org/packages/source/M/Mako/Mako-1.0.2.tar.gz"
|
||||
sha256 "2550c2e4528820db68cbcbe668add5c71ab7fa332b7eada7919044bf8697679e"
|
||||
url "https://files.pythonhosted.org/packages/7a/ae/925434246ee90b42e8ef57d3b30a0ab7caf9a2de3e449b876c56dcb48155/Mako-1.0.4.tar.gz"
|
||||
sha256 "fed99dbe4d0ddb27a33ee4910d8708aca9ef1fe854e668387a9ab9a90cbf9059"
|
||||
end
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue