diff options
| author | Olaf Alders | 2011-08-31 15:04:34 -0400 |
|---|---|---|
| committer | Adam Vandenberg | 2011-08-31 12:17:08 -0700 |
| commit | 8024dbdde3d69844b6f357547fe9e8dfa657991e (patch) | |
| tree | 16257a827832ce0e307640daf4b35185b7313dbf | |
| parent | 162bf7e3bacc812982a7a9c754e310ef6a7ef07b (diff) | |
| download | homebrew-8024dbdde3d69844b6f357547fe9e8dfa657991e.tar.bz2 | |
shell-fm 0.8
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -rw-r--r-- | Library/Formula/shell.fm.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/shell.fm.rb b/Library/Formula/shell.fm.rb index d9db28add..49e2d78d8 100644 --- a/Library/Formula/shell.fm.rb +++ b/Library/Formula/shell.fm.rb @@ -1,9 +1,9 @@ require 'formula' class ShellFm < Formula - url 'https://github.com/jkramer/shell-fm/tarball/v0.7' + url 'https://github.com/jkramer/shell-fm/tarball/v0.8' homepage 'http://nex.scrapping.cc/shell-fm/' - md5 '3f83866622a892ee89685f1ed079eefd' + md5 'ce5c45ead71a299edbff280d4007ad99' head 'https://github.com/jkramer/shell-fm.git' # homepage says that libao is optional, but it doesn't seem |
