diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/cputhrottle.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/cputhrottle.rb b/Library/Formula/cputhrottle.rb index 7c96053e3..f5d77e72a 100644 --- a/Library/Formula/cputhrottle.rb +++ b/Library/Formula/cputhrottle.rb @@ -6,6 +6,13 @@ class Cputhrottle < Formula sha1 "e88c7264cb09399f2e4c54f9d10978ffbb99078b" version "20100515" + bottle do + cellar :any + sha1 "3524fce7418022bea4ea10b2c9e9b794a1876201" => :mavericks + sha1 "aeb5297fa772631d121d0e480e26e40aa82af5e9" => :mountain_lion + sha1 "346f0b9b01e890938afe4571fc810dd8afba5664" => :lion + end + depends_on "boost" => :build def install |
