aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBrewTestBot2015-04-18 13:28:42 +0100
committerXu Cheng2015-04-18 22:15:44 +0800
commit7530e7349f4e5a8185aea6d2d7e6d5945b0ac57e (patch)
treef30858d6e4135d11da29c4c808f837a465f9191f /Library
parent4b4636b68ae0279bfa29f77da54369a662f899d3 (diff)
downloadhomebrew-7530e7349f4e5a8185aea6d2d7e6d5945b0ac57e.tar.bz2
hexedit: add 1.2.13 bottle.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/hexedit.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/hexedit.rb b/Library/Formula/hexedit.rb
index b7e96fcc0..8f4ae26c8 100644
--- a/Library/Formula/hexedit.rb
+++ b/Library/Formula/hexedit.rb
@@ -3,6 +3,13 @@ class Hexedit < Formula
url "http://rigaux.org/hexedit-1.2.13.src.tgz"
sha256 "6a126da30a77f5c0b08038aa7a881d910e3b65d13767fb54c58c983963b88dd7"
+ bottle do
+ cellar :any
+ sha256 "4fd961580544c94e94e0d8099a429d94b278cf29832c8959f1f6d6eedbe59cbf" => :yosemite
+ sha256 "2c1122682c502ffb24957f6a76da4d616b72e592ae1b4f8eedf3079f143c81a9" => :mavericks
+ sha256 "f6627519d855ecb6cbe3dac2b4b770ee191c4f12e001534162b3c5f2ca188ba4" => :mountain_lion
+ end
+
def install
system "./configure", "--disable-debug",
"--disable-dependency-tracking",