diff options
| author | BrewTestBot | 2015-01-14 09:14:27 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2015-01-14 13:00:10 +0000 | 
| commit | c4c1ba35c17b6891a8d49b257a076efb3e3a2fa6 (patch) | |
| tree | b55c03b13dd0b3bfe4f3ca43f25c68aa8950c2ef | |
| parent | 46356b8df78b238b0cf0a709fbb3485e0167d967 (diff) | |
| download | homebrew-c4c1ba35c17b6891a8d49b257a076efb3e3a2fa6.tar.bz2 | |
par: add 1.52 bottle.
| -rw-r--r-- | Library/Formula/par.rb | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/Library/Formula/par.rb b/Library/Formula/par.rb index f8bfb2f59..d6d38744b 100644 --- a/Library/Formula/par.rb +++ b/Library/Formula/par.rb @@ -5,6 +5,13 @@ class Par < Formula    version "1.52"    sha1 "4b83d2ec593bb45ee46d4b7c2bfc590e1f4a41a8" +  bottle do +    cellar :any +    sha1 "ae7b305c39ebd6f752f74618918445b1e64ebd62" => :yosemite +    sha1 "2ff8b8dad47f68a189bd8c6efbbb3432143e195b" => :mavericks +    sha1 "9e4409e4e71a8f6b45ca1e38e53b257d69a3decd" => :mountain_lion +  end +    # A patch by Jérôme Pouiller that adds support for multibyte    # charsets (like UTF-8), plus Debian packaging.    patch do | 
