Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump gnuradio and gr-osmosdr to latest versions. #9

Merged
merged 1 commit into from
Aug 7, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions gnuradio.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

class Gnuradio < Formula
homepage 'http://gnuradio.org'
url 'http://gnuradio.org/releases/gnuradio/gnuradio-3.6.5.1.tar.gz'
sha1 '8d3846dc1d00c60b74f06c0bb8f40d57ee257b5a'
url 'http://gnuradio.org/releases/gnuradio/gnuradio-3.7.7.1.tar.gz'
sha256 '2b27b13fc734ab5882e42c1661d433c0c097fd8b55b682f00626fa96c356584e'
head 'http://gnuradio.org/git/gnuradio.git'

depends_on 'cmake' => :build
Expand Down Expand Up @@ -40,9 +40,9 @@ def options
]
end

def patches
DATA
end
#def patches
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I should probably delete the DATA section instead of commenting this out.

# DATA
#end

def install
mkdir 'build' do
Expand Down
2 changes: 1 addition & 1 deletion gr-osmosdr.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

class GrOsmosdr < Formula
homepage 'http://sdr.osmocom.org/trac/wiki/GrOsmoSDR'
head 'git://git.osmocom.org/gr-osmosdr', :branch => 'gr3.6',
head 'git://git.osmocom.org/gr-osmosdr', :branch => 'master',
:shallow => false

depends_on 'cmake' => :build
Expand Down