diff options
| author | Adam Vandenberg | 2013-05-27 22:32:27 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-05-27 22:32:40 -0700 |
| commit | f3ddf72170c934b5ccf9251b9446aa3a8c3d5356 (patch) | |
| tree | 19c95bdd9ddf158a81d5a09504b350aa13fb750d /Library/Formula/bpm-tools.rb | |
| parent | 577cb5a2b2631439609c3c815db82f3d201a077b (diff) | |
| download | homebrew-f3ddf72170c934b5ccf9251b9446aa3a8c3d5356.tar.bz2 | |
Remove redundant :using
Diffstat (limited to 'Library/Formula/bpm-tools.rb')
| -rw-r--r-- | Library/Formula/bpm-tools.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/bpm-tools.rb b/Library/Formula/bpm-tools.rb index 4a6f10a5d..e1f58d525 100644 --- a/Library/Formula/bpm-tools.rb +++ b/Library/Formula/bpm-tools.rb @@ -5,7 +5,7 @@ class BpmTools < Formula url 'http://www.pogo.org.uk/~mark/bpm-tools/releases/bpm-tools-0.2.tar.gz' sha1 '4c1d23a12b8d6cfbe23a5d2e6f232af4419b62c4' - head 'http://www.pogo.org.uk/~mark/bpm-tools.git', :using => :git + head 'http://www.pogo.org.uk/~mark/bpm-tools.git' option 'with-bpm-graph', 'Install plot generation script' option 'with-bpm-tag', 'Install audio file tagging script' |
