diff options
| author | BrewTestBot | 2014-05-31 00:03:52 +0100 |
|---|---|---|
| committer | Jack Nagel | 2014-05-30 18:06:59 -0500 |
| commit | e2403c66212a97377354f0a0186c05eaf5135679 (patch) | |
| tree | c3d92eda85300b39d6476e7b276035d6c7388865 | |
| parent | a8dc1ad699411a58335c261901786e7afd2427bb (diff) | |
| download | homebrew-e2403c66212a97377354f0a0186c05eaf5135679.tar.bz2 | |
irrlicht: add 1.8.1 bottle.
| -rw-r--r-- | Library/Formula/irrlicht.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/irrlicht.rb b/Library/Formula/irrlicht.rb index aae9a66f3..330465725 100644 --- a/Library/Formula/irrlicht.rb +++ b/Library/Formula/irrlicht.rb @@ -6,6 +6,13 @@ class Irrlicht < Formula url 'https://downloads.sourceforge.net/irrlicht/irrlicht-1.8.1.zip' sha1 '231cd2cf2eefe43bde7c40537ece055a3d6e09cb' + bottle do + cellar :any + sha1 "ebd8a06138f243086d8006b8557bd75136905795" => :mavericks + sha1 "a8303b5a78b03fe4458b813a197bf82287048905" => :mountain_lion + sha1 "74bc9b4dbf82d815543b90e7e302a3d51dc78c4f" => :lion + end + depends_on :xcode => :build def install |
