diff options
| author | Mike McQuaid | 2014-02-22 14:48:54 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2014-02-22 15:17:16 +0000 | 
| commit | 2fd0c7658fafc5296f8c4ca356b72c5167a05c81 (patch) | |
| tree | 5e0ccf79ec33fab5892ecf3e42e1d96c32c37a97 /Library/Formula/intltool.rb | |
| parent | 70e6435690cee44660d62fe0b597a4ac27b3f6d9 (diff) | |
| download | homebrew-2fd0c7658fafc5296f8c4ca356b72c5167a05c81.tar.bz2 | |
intltool: add bottle.
Diffstat (limited to 'Library/Formula/intltool.rb')
| -rw-r--r-- | Library/Formula/intltool.rb | 6 | 
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/intltool.rb b/Library/Formula/intltool.rb index 5592f89a9..c276a8693 100644 --- a/Library/Formula/intltool.rb +++ b/Library/Formula/intltool.rb @@ -5,6 +5,12 @@ class Intltool < Formula    url 'http://launchpad.net/intltool/trunk/0.50.2/+download/intltool-0.50.2.tar.gz'    sha1 '7fddbd8e1bf94adbf1bc947cbf3b8ddc2453f8ad' +  bottle do +    sha1 "36c951e99ec642add05e84acef83cf8c2bdb4b91" => :mavericks +    sha1 "edcf10d843211ca24dec1888281f3dfec76fa33b" => :mountain_lion +    sha1 "b2736b5eb60c9d346ef6f041f3fd66b220daca29" => :lion +  end +    # Even though this module is supposed to be there on Snow Leopard,    # I've run into a situation where it isn't, and we have gotten other    # reports of it happening. So, adding it here just to be safe.  | 
