aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrewTestBot2014-06-04 18:50:17 +0100
committerMike McQuaid2014-06-04 18:58:17 +0100
commit96fe525cbad0a54e1f9435b3f657e683b2cd2492 (patch)
tree905af2b577a493ac3c0d47bca75ded58e5dbd859
parentdcd7d3b5fafa490c08c839742ddb087ac8be852f (diff)
downloadhomebrew-96fe525cbad0a54e1f9435b3f657e683b2cd2492.tar.bz2
davix: add 0.3.1 bottle.
Closes #29869. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
-rw-r--r--Library/Formula/davix.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/davix.rb b/Library/Formula/davix.rb
index 24d38fd0c..4882e2193 100644
--- a/Library/Formula/davix.rb
+++ b/Library/Formula/davix.rb
@@ -4,6 +4,13 @@ class Davix < Formula
homepage "http://dmc.web.cern.ch/projects/davix/home"
head "https://git.cern.ch/pub/davix.git"
+ bottle do
+ cellar :any
+ sha1 "7fd2d4e6dd0d2572c9bf00df6e63e0f23349684e" => :mavericks
+ sha1 "873460802e57043ba558741a0e04cb6b1ef61ec7" => :mountain_lion
+ sha1 "b17e9338f9f545dcb2a6c336fd03cdf9bf6cbdcb" => :lion
+ end
+
stable do
url "https://git.cern.ch/pub/davix.git", :tag => "R_0_3_1"
version "0.3.1"