diff options
| author | BrewTestBot | 2014-12-12 09:03:30 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2014-12-12 09:52:30 +0000 | 
| commit | 8bb5af4b79e0e43720e56c93dd7268413e16395b (patch) | |
| tree | 8d1c413a8e960b3c1a45be2c7f4365128a6c7d63 | |
| parent | 4fdf6ec46ace530691dfbf1dfcc0213ae6a2825e (diff) | |
| download | homebrew-8bb5af4b79e0e43720e56c93dd7268413e16395b.tar.bz2 | |
aescrypt: add 0.7 bottle.
| -rw-r--r-- | Library/Formula/aescrypt.rb | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/Library/Formula/aescrypt.rb b/Library/Formula/aescrypt.rb index 179a0cda6..50f04ca7e 100644 --- a/Library/Formula/aescrypt.rb +++ b/Library/Formula/aescrypt.rb @@ -5,6 +5,13 @@ class Aescrypt < Formula    url 'http://aescrypt.sourceforge.net/aescrypt-0.7.tar.gz'    sha1 '72756ccccd43a4f19796835395512616c86c273f' +  bottle do +    cellar :any +    sha1 "0e83157b9bda1e52f645746b1e00eececffc896b" => :yosemite +    sha1 "9b17c325b41375b2635eb7a5fd729f616e73dddb" => :mavericks +    sha1 "7f8c9dbc1fe36d3a0b9fca80756a38e55c1fb1d5" => :mountain_lion +  end +    def install      system "./configure"      system "make" | 
