diff options
| author | Adam Vandenberg | 2010-04-23 19:57:52 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-04-23 19:58:13 -0700 |
| commit | 490967c044ee2cf40a7fc84ca71fbff6e1f9592f (patch) | |
| tree | ff4acb21c86f54feccec5bdc9c79fb5a0bfb98e2 /Library | |
| parent | 7289791aa72043d96a3c3ee8f98684a9788b6e59 (diff) | |
| download | homebrew-490967c044ee2cf40a7fc84ca71fbff6e1f9592f.tar.bz2 | |
Update md5 on ShellFm.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/shell.fm.rb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Library/Formula/shell.fm.rb b/Library/Formula/shell.fm.rb index 10efe7a54..a05f44415 100644 --- a/Library/Formula/shell.fm.rb +++ b/Library/Formula/shell.fm.rb @@ -2,17 +2,16 @@ require 'formula' class ShellFm <Formula url 'http://github.com/jkramer/shell-fm/tarball/v0.7' - version '0.7' homepage 'http://nex.scrapping.cc/shell-fm/' - md5 '3f83866622a892ee89685f1ed079eefd' + md5 'b18615ca869c88566993851319635a2c' aka 'shell-fm' # homepage says that libao is optional, but it doesn't seem # to build without it… + depends_on 'pkg-config' depends_on 'libao' depends_on 'mad' - depends_on 'pkg-config' def install system "make" |
