aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBrewTestBot2015-03-22 22:07:57 +0000
committerMike McQuaid2015-03-23 08:36:18 +0000
commit473b13e3e88c34e17e4a8954aff3017360b5e4d9 (patch)
treefaab284c6c862620f20907fd64fb67a041f6876c /Library
parentf74b3857bf4717562b6483068a5517a8e9c3d695 (diff)
downloadhomebrew-473b13e3e88c34e17e4a8954aff3017360b5e4d9.tar.bz2
ledit: add 2.03 bottle.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/ledit.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/ledit.rb b/Library/Formula/ledit.rb
index 3977ca8a9..0f6887cad 100644
--- a/Library/Formula/ledit.rb
+++ b/Library/Formula/ledit.rb
@@ -3,6 +3,13 @@ class Ledit < Formula
url "http://pauillac.inria.fr/~ddr/ledit/distrib/src/ledit-2.03.tgz"
sha256 "ce08a8568c964009ccb0cbba45ae78b9a96c823f42a4fd61431a5b0c2c7a19ce"
+ bottle do
+ cellar :any
+ sha256 "7ea1c26486320fc35269fa7bf2a1dd577f504a04ac3dca3278c568224661e99e" => :yosemite
+ sha256 "a5d80c1e40de9d3d8ab06ca88e412fc3d5e105d99f2439ef62b063eed3efb4e5" => :mavericks
+ sha256 "338e160cde4ece1c167ec07e8b202f599ba0267ac5c3b6ca896b569067cb2e20" => :mountain_lion
+ end
+
depends_on "objective-caml"
depends_on "camlp5"