aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBrewTestBot2014-11-10 16:55:49 +0000
committerMike McQuaid2014-11-10 19:37:29 +0000
commitb172b1d4d5c5ae6afc3d7977e85f9086efe49075 (patch)
tree16ad9bf7e6b21d72611f28a54a972e4857cf456e /Library/Formula
parent35ce4bd7b75fa02db983562a3cde061f20533f1e (diff)
downloadhomebrew-b172b1d4d5c5ae6afc3d7977e85f9086efe49075.tar.bz2
euler-py: add 1.2.3 bottle.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/euler-py.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/euler-py.rb b/Library/Formula/euler-py.rb
index 9502309a8..461f44576 100644
--- a/Library/Formula/euler-py.rb
+++ b/Library/Formula/euler-py.rb
@@ -5,6 +5,13 @@ class EulerPy < Formula
url "https://github.com/iKevinY/EulerPy/archive/v1.2.3.tar.gz"
sha1 "88d97d7807f6b06ebfe475eee31ebd021b4ef275"
+ bottle do
+ cellar :any
+ sha1 "0118e4251a9a41adfca4c5f4fce135540a26b201" => :yosemite
+ sha1 "f6a07bb235eebadc38e3474bbaf025704ee2236d" => :mavericks
+ sha1 "962c5651ae11c6a981b43c9fdb01c3a99d2f127e" => :mountain_lion
+ end
+
depends_on :python if MacOS.version <= :snow_leopard
resource "click" do