diff options
| author | BrewTestBot | 2014-08-08 18:10:26 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-08-08 19:42:07 +0100 |
| commit | 76eaadaab81972b16c65a18f8545131b8a131186 (patch) | |
| tree | ed15519e0bf54f8c1f39b1af72f4adbdce190fc2 | |
| parent | 5cb38b0bbade24fc0d99959be837d885d7df3b6a (diff) | |
| download | homebrew-76eaadaab81972b16c65a18f8545131b8a131186.tar.bz2 | |
profanity: add 0.4.2 bottle.
Closes #31447.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
| -rw-r--r-- | Library/Formula/profanity.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/profanity.rb b/Library/Formula/profanity.rb index 318ece252..e3741fad4 100644 --- a/Library/Formula/profanity.rb +++ b/Library/Formula/profanity.rb @@ -6,6 +6,12 @@ class Profanity < Formula sha1 "1af17e68a5b6142a996b95168322c88ec4a2720b" head "https://github.com/boothj5/profanity.git" + bottle do + sha1 "d0f6236615ac6535042e976856837ccf90cdcc3d" => :mavericks + sha1 "22c48eb0d161da4ace8adadee5c251a3a3933eb8" => :mountain_lion + sha1 "54b24ff622f05b071084ef53a9bf03c8327e58d9" => :lion + end + depends_on "autoconf" => :build depends_on "automake" => :build depends_on "pkg-config" => :build |
