aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/cvsutils.rb
diff options
context:
space:
mode:
authorBrewTestBot2015-04-18 05:02:55 +0100
committerTim D. Smith2015-04-17 22:34:34 -0700
commit9f70bfe19386a2cd802421b46d9ab225f050b621 (patch)
tree30b0310f9d460ce8ac8f5d3a1ff640fd9bbc9ebf /Library/Formula/cvsutils.rb
parent648ec4fb5aeea408955f4ad7e084f42252cb4106 (diff)
downloadhomebrew-9f70bfe19386a2cd802421b46d9ab225f050b621.tar.bz2
cvsutils: add 0.2.6 bottle.
Diffstat (limited to 'Library/Formula/cvsutils.rb')
-rw-r--r--Library/Formula/cvsutils.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/cvsutils.rb b/Library/Formula/cvsutils.rb
index d328964e5..26e4a892c 100644
--- a/Library/Formula/cvsutils.rb
+++ b/Library/Formula/cvsutils.rb
@@ -3,6 +3,13 @@ class Cvsutils < Formula
url "http://www.red-bean.com/cvsutils/releases/cvsutils-0.2.6.tar.gz"
sha256 "174bb632c4ed812a57225a73ecab5293fcbab0368c454d113bf3c039722695bb"
+ bottle do
+ cellar :any
+ sha256 "ccefce4b4a1053e9a32e4f43318c7bf73c7154f0bee1be1cf1777e8fd3e8eabf" => :yosemite
+ sha256 "ab6140058099bdc798e0e294640504035d5c976a8752742044a161c416e2e31e" => :mavericks
+ sha256 "b30e0da765a551698ec56c09750842bf93e1db4c6596d2a741670aa5ce616c3a" => :mountain_lion
+ end
+
def install
system "./configure", "--disable-debug",
"--disable-dependency-tracking",