aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBrewTestBot2014-07-03 13:32:21 +0100
committerMike McQuaid2014-07-03 13:36:11 +0100
commit4a8f2c7c7a36eaee355b11476633b06a1358a524 (patch)
tree4bd8f0f967d3cf522280ccfb1bda7d6f6df3bcec /Library/Formula
parentbec0c425300447393174c1a1446695aed501de9d (diff)
downloadhomebrew-4a8f2c7c7a36eaee355b11476633b06a1358a524.tar.bz2
lastfmlib: add 0.4.0 bottle.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/lastfmlib.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/lastfmlib.rb b/Library/Formula/lastfmlib.rb
index 51e538ca9..cf4ee4bde 100644
--- a/Library/Formula/lastfmlib.rb
+++ b/Library/Formula/lastfmlib.rb
@@ -5,6 +5,13 @@ class Lastfmlib < Formula
url 'https://lastfmlib.googlecode.com/files/lastfmlib-0.4.0.tar.gz'
sha1 'b9e15e4eb42a9ccd9b3c5373054b0bd51a406fdd'
+ bottle do
+ cellar :any
+ sha1 "eebec974f31e94d6987e108127e1ab1af606f176" => :mavericks
+ sha1 "4807c28f6d74217022fd9230adee4d3ad0ca858a" => :mountain_lion
+ sha1 "981967e12bb1511b82b145d17e5ac68f3aef1f5f" => :lion
+ end
+
depends_on 'pkg-config' => :build
fails_with :clang do