aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/fsharp.rb
diff options
context:
space:
mode:
authorBrewTestBot2014-03-24 15:13:58 +0000
committerMike McQuaid2014-03-24 17:22:42 +0000
commitca522299773f27321161625addbbc6a804350fbe (patch)
treee62874a6a2110df37aa04ada3892d2c2347b81ff /Library/Formula/fsharp.rb
parent90f8dbb20259db82de4d848b3c93cd99901762c3 (diff)
downloadhomebrew-ca522299773f27321161625addbbc6a804350fbe.tar.bz2
fsharp: add 3.1.1.6 bottle.
Diffstat (limited to 'Library/Formula/fsharp.rb')
-rw-r--r--Library/Formula/fsharp.rb6
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