diff options
| author | BrewTestBot | 2014-10-21 09:58:31 +0100 |
|---|---|---|
| committer | BrewTestBot | 2014-10-21 09:58:31 +0100 |
| commit | 5588f268379f1ba3689c903a10812ab0b19d39ec (patch) | |
| tree | 9803923f021e5a42945eab763e9878177dc4cd0b /Library/Formula/lastfmlib.rb | |
| parent | 45c7ead9c6b9144b7f6d7ce536c8a43b64ca2f86 (diff) | |
| download | homebrew-5588f268379f1ba3689c903a10812ab0b19d39ec.tar.bz2 | |
lastfmlib: update 0.4.0 bottle.
Diffstat (limited to 'Library/Formula/lastfmlib.rb')
| -rw-r--r-- | Library/Formula/lastfmlib.rb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Library/Formula/lastfmlib.rb b/Library/Formula/lastfmlib.rb index cf4ee4bde..65de582d2 100644 --- a/Library/Formula/lastfmlib.rb +++ b/Library/Formula/lastfmlib.rb @@ -7,9 +7,10 @@ class Lastfmlib < Formula bottle do cellar :any - sha1 "eebec974f31e94d6987e108127e1ab1af606f176" => :mavericks - sha1 "4807c28f6d74217022fd9230adee4d3ad0ca858a" => :mountain_lion - sha1 "981967e12bb1511b82b145d17e5ac68f3aef1f5f" => :lion + revision 1 + sha1 "764db4a4f10b803d6fccf6552a47427634e70c18" => :yosemite + sha1 "dcb26b1acf66e30f694543ad32f3b4433745667d" => :mavericks + sha1 "61c0b04548eefedd3c546e3bbf392987d667c2b9" => :mountain_lion end depends_on 'pkg-config' => :build |
