diff options
| author | BrewTestBot | 2015-02-25 16:51:02 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2015-02-25 17:34:33 +0000 |
| commit | 66d1133e1bbeab4075ff314013cad1315681ddf1 (patch) | |
| tree | 555a2958d3dbb885ebef13f039e58ebe0f15a624 /Library/Formula | |
| parent | 3bf9fc9bcb43a11da8d43d860ea2ad744a79c962 (diff) | |
| download | homebrew-66d1133e1bbeab4075ff314013cad1315681ddf1.tar.bz2 | |
jhead: add 3.00 bottle.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/jhead.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/jhead.rb b/Library/Formula/jhead.rb index 6ee5e93f6..230be4fb5 100644 --- a/Library/Formula/jhead.rb +++ b/Library/Formula/jhead.rb @@ -3,6 +3,13 @@ class Jhead < Formula url "http://www.sentex.net/~mwandel/jhead/jhead-3.00.tar.gz" sha1 "6bd3faa38cc884b5370e8e8f15bc10cbb706ec7a" + bottle do + cellar :any + sha1 "185afa273417b275ff636c040ddcaef805bbf73f" => :yosemite + sha1 "00babbf26b32bc6b51b1e029209ad998cb579dd1" => :mavericks + sha1 "af148787c63b3fc3c4dc107f98ca72e54dececa0" => :mountain_lion + end + # Patch to provide a proper install target to the Makefile. The patch has # been submitted upstream through email. We need to carry this patch until # upstream decides to incorporate it. |
