diff options
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 |
