Skip to content

Commit

Permalink
Merge pull request #9 from EvanKrall/master
Browse files Browse the repository at this point in the history
Bump gnuradio and gr-osmosdr to latest versions.
  • Loading branch information
robotastic committed Aug 7, 2015
2 parents dd2d876 + bb5eb04 commit 3fe8153
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
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
# 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

0 comments on commit 3fe8153

Please sign in to comment.