aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBrewTestBot2014-07-03 20:34:34 +0100
committerMike McQuaid2014-07-03 22:33:30 +0100
commit85484236b56710b8eafe9fb210d2531128bef4be (patch)
tree0f5805362351e25516c17a57857eaa0b0f889c3c /Library
parent77fc15c381a0c661fff454b08103222956e3381e (diff)
downloadhomebrew-85484236b56710b8eafe9fb210d2531128bef4be.tar.bz2
liblunar: add 2.2.5 bottle.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/liblunar.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/liblunar.rb b/Library/Formula/liblunar.rb
index dcd47ac4f..b3806d469 100644
--- a/Library/Formula/liblunar.rb
+++ b/Library/Formula/liblunar.rb
@@ -5,6 +5,12 @@ class Liblunar < Formula
url 'https://liblunar.googlecode.com/files/liblunar-2.2.5.tar.gz'
sha1 'c149dc32776667ed8d53124eec414ab15ace0981'
+ bottle do
+ sha1 "4ddd0ce2ddc3bc282393de68bff76d5adb611873" => :mavericks
+ sha1 "e7c93c0847db2713d51eb90aa92e5dd5672146d4" => :mountain_lion
+ sha1 "f5919e09c5c26813d3757ebe6b4a5e780587de6f" => :lion
+ end
+
option 'python', 'Build python bindings using pygobject'
depends_on 'pkg-config' => :build