diff options
| author | Adam Vandenberg | 2013-01-28 21:32:43 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-28 21:40:40 -0800 |
| commit | a4b5dbee89764f9431c1ff97992241025d1e6687 (patch) | |
| tree | 2b36f852753a2f2d64b81da2c00f426e315dcab4 /Library/Formula | |
| parent | 189b914f88877dcad4dd4cae3cc2fcb53e9559c7 (diff) | |
| download | homebrew-a4b5dbee89764f9431c1ff97992241025d1e6687.tar.bz2 | |
lastfmlib: style nits
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/lastfmlib.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/lastfmlib.rb b/Library/Formula/lastfmlib.rb index 21c5fde64..97c0e6d67 100644 --- a/Library/Formula/lastfmlib.rb +++ b/Library/Formula/lastfmlib.rb @@ -1,8 +1,8 @@ require 'formula' class Lastfmlib < Formula - url 'http://lastfmlib.googlecode.com/files/lastfmlib-0.4.0.tar.gz' homepage 'http://code.google.com/p/lastfmlib/' + url 'http://lastfmlib.googlecode.com/files/lastfmlib-0.4.0.tar.gz' sha1 'b9e15e4eb42a9ccd9b3c5373054b0bd51a406fdd' depends_on 'pkg-config' => :build |
