aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBrewTestBot2015-01-01 11:11:14 +0000
committerMike McQuaid2015-01-01 14:26:03 +0000
commit4244d9026e7cc39529b85c2f60332f9c64b24b7a (patch)
treeb88cc9a7e3b1ce9b528f51e4b153211d053aa459 /Library/Formula
parent6a3c1a813906034706f2313e20ddbfa4277ceb2a (diff)
downloadhomebrew-4244d9026e7cc39529b85c2f60332f9c64b24b7a.tar.bz2
yle-dl: add 2.4.0 bottle.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/yle-dl.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/yle-dl.rb b/Library/Formula/yle-dl.rb
index 494becc30..1b21dfe41 100644
--- a/Library/Formula/yle-dl.rb
+++ b/Library/Formula/yle-dl.rb
@@ -7,6 +7,13 @@ class YleDl < Formula
head 'https://github.com/aajanki/yle-dl.git'
+ bottle do
+ cellar :any
+ sha1 "c947bdb69ed32fd61e73d07d9d8d341ae2d91319" => :yosemite
+ sha1 "87ab18f4863ed0213edca9d7160d0c6600fa9521" => :mavericks
+ sha1 "03e325d234a53afccba0081de8379abf080aa843" => :mountain_lion
+ end
+
depends_on 'rtmpdump'
depends_on :python if MacOS.version <= :snow_leopard