diff --git a/Formula/cern-ndiff.rb b/Formula/cern-ndiff.rb index 03d8344d18..314ab1e310 100644 --- a/Formula/cern-ndiff.rb +++ b/Formula/cern-ndiff.rb @@ -1,5 +1,12 @@ class CernNdiff < Formula desc "Numerical diff tool" + bottle do + cellar :any_skip_relocation + sha256 "84e844f2a1410354013d7d74dca5435d4e080cf4719a4e35adc20e15ce120abf" => :el_capitan + sha256 "1b91fd3501e612ec105d8dedc39077a9daefc246a0606293d17c4066b0d9d5d6" => :yosemite + sha256 "328fe91a507312403f921151b4653c2eb26bbfbf81f131912d583d2fc47ff5c1" => :mavericks + end + # Note: ndiff is a sub-project of Mad-X at the moment.. homepage "http://cern.ch/mad" url "http://svn.cern.ch/guest/madx/tags/5.02.08/madX/tools/numdiff"