diff options
| author | BrewTestBot | 2015-03-20 21:46:16 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2015-03-21 09:58:55 +0000 | 
| commit | 8845ea0c06efb57cd4d3a31d61d94e15c83a4041 (patch) | |
| tree | b72a0c5318d15466d18861278f2650e47103808a | |
| parent | 9d816e65e8594e4bd7d2b6e6fd1e807934f6ebb2 (diff) | |
| download | homebrew-8845ea0c06efb57cd4d3a31d61d94e15c83a4041.tar.bz2 | |
dhex: add 0.68 bottle.
| -rw-r--r-- | Library/Formula/dhex.rb | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/Library/Formula/dhex.rb b/Library/Formula/dhex.rb index bef2dbd10..49ccb31ab 100644 --- a/Library/Formula/dhex.rb +++ b/Library/Formula/dhex.rb @@ -3,6 +3,13 @@ class Dhex < Formula    url "http://www.dettus.net/dhex/dhex_0.68.tar.gz"    sha256 "126c34745b48a07448cfe36fe5913d37ec562ad72d3f732b99bd40f761f4da08" +  bottle do +    cellar :any +    sha256 "c6d92d8f4175ecd84be55b071887a97c7924977fbd24509162c956d17d85c84e" => :yosemite +    sha256 "de8a9b04e49e85b4cca75050375724076c9e496a124b0af49006d60fe44dc81f" => :mavericks +    sha256 "159aec24f0a7d68d4284344cc140bfe247a7f7d18a01db6308dd45f55de1e90e" => :mountain_lion +  end +    def install      inreplace "Makefile", "$(DESTDIR)/man", "$(DESTDIR)/share/man"      bin.mkpath | 
