diff options
| author | BrewTestBot | 2014-03-24 15:13:58 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2014-03-24 17:22:42 +0000 |
| commit | ca522299773f27321161625addbbc6a804350fbe (patch) | |
| tree | e62874a6a2110df37aa04ada3892d2c2347b81ff | |
| parent | 90f8dbb20259db82de4d848b3c93cd99901762c3 (diff) | |
| download | homebrew-ca522299773f27321161625addbbc6a804350fbe.tar.bz2 | |
fsharp: add 3.1.1.6 bottle.
| -rw-r--r-- | Library/Formula/fsharp.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/fsharp.rb b/Library/Formula/fsharp.rb index b4e86d486..f4ef3f9f4 100644 --- a/Library/Formula/fsharp.rb +++ b/Library/Formula/fsharp.rb @@ -4,6 +4,12 @@ class Fsharp < Formula homepage "http://fsharp.org/" url "https://github.com/fsharp/fsharp.git", :tag => "3.1.1.6" + bottle do + sha1 "df3f509b0d91c6341c4b082fca8a117686ec2fd4" => :mavericks + sha1 "7c362e7ae8b8bfa47544555c6497652bd9b964a3" => :mountain_lion + sha1 "5ba51de580838a3e365d1d6e16dc7f4804089665" => :lion + end + depends_on :automake depends_on :autoconf depends_on "pkg-config" => :build |
