diff options
| author | BrewTestBot | 2015-01-07 16:32:15 +0000 |
|---|---|---|
| committer | Jack Nagel | 2015-01-12 21:08:35 -0500 |
| commit | 316fe7e574312b604e01fe5ca880e6c80a2795ee (patch) | |
| tree | 567575c518c4ec2bd0cbd457f8955fa6bf3754ca /Library/Formula | |
| parent | 4a35f3e5e361bdf8a0dc7ac5fd58e8a867039856 (diff) | |
| download | homebrew-316fe7e574312b604e01fe5ca880e6c80a2795ee.tar.bz2 | |
lout: add 3.40 bottle.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/lout.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/lout.rb b/Library/Formula/lout.rb index 08344582b..7e0bd902d 100644 --- a/Library/Formula/lout.rb +++ b/Library/Formula/lout.rb @@ -3,6 +3,12 @@ class Lout < Formula url "http://download.savannah.gnu.org/releases/lout/lout-3.40.tar.gz" sha1 "adb7f632202319a370eaada162fa52cf334f40b3" + bottle do + sha1 "104638e651e1978c63efe05e4fc7a862c508bc04" => :yosemite + sha1 "8b523c9ebd004613a18bc212d840532db4089f40" => :mavericks + sha1 "7743b80e1fae54efe71f90c7a9d632a3dfbdcfc0" => :mountain_lion + end + def install bin.mkpath man1.mkpath |
