aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ncmpcpp.rb
diff options
context:
space:
mode:
authorBrewTestBot2014-10-29 05:19:43 +0000
committerJack Nagel2014-10-29 00:24:14 -0500
commit8664391f3d66d449a31193a63e458f0c149b6ce1 (patch)
tree59f176570895f4f0dc7bcb54a2f08eded9093c89 /Library/Formula/ncmpcpp.rb
parentce9e28cfe4abb0edf796982f6ddb943712e86230 (diff)
downloadhomebrew-8664391f3d66d449a31193a63e458f0c149b6ce1.tar.bz2
ncmpcpp: add 0.6 bottle.
Diffstat (limited to 'Library/Formula/ncmpcpp.rb')
-rw-r--r--Library/Formula/ncmpcpp.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/ncmpcpp.rb b/Library/Formula/ncmpcpp.rb
index e104213b7..5829c9639 100644
--- a/Library/Formula/ncmpcpp.rb
+++ b/Library/Formula/ncmpcpp.rb
@@ -5,6 +5,13 @@ class Ncmpcpp < Formula
url 'http://ncmpcpp.rybczak.net/stable/ncmpcpp-0.6.tar.bz2'
sha1 '7bbd63c6f17aa8cdf1190b19e2dc893df188da1c'
+ bottle do
+ cellar :any
+ sha1 "57802cfa62bbc99594b534068e987f7fcd9e1fbb" => :yosemite
+ sha1 "a39ff22a16fd90180e3d411d533738c8f640f844" => :mavericks
+ sha1 "255cd14d8f3470446be1b11843de8ec331f3823e" => :mountain_lion
+ end
+
head do
url 'git://repo.or.cz/ncmpcpp.git'