aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBrewTestBot2015-04-06 14:38:08 +0100
committerXu Cheng2015-04-06 22:01:46 +0800
commit667a926663f8e698bb1cae7253490784bcd55be3 (patch)
tree1a98b8704e56c174b899bdcfd43207602e7e240c /Library/Formula
parente5200e35906cd259bd71be603e08366884fdf69e (diff)
downloadhomebrew-667a926663f8e698bb1cae7253490784bcd55be3.tar.bz2
dub: add 0.9.23 bottle.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/dub.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/dub.rb b/Library/Formula/dub.rb
index ec906f9fd..f63327423 100644
--- a/Library/Formula/dub.rb
+++ b/Library/Formula/dub.rb
@@ -3,6 +3,12 @@ class Dub < Formula
url "https://github.com/D-Programming-Language/dub/archive/v0.9.23.tar.gz"
sha1 "88c908cab5d396435091cb9cc31dcd886fdb26c9"
+ bottle do
+ sha256 "e2613efeb8173e8f1beb2a4b1bf14baa70a4fa7781919c87be435bb1d55d8ae2" => :yosemite
+ sha256 "b108a54497cf52eb62d4aad877804630a26d47b59e606d300e7becb3a98be877" => :mavericks
+ sha256 "4afe785f25db496f8634c19211d68c7ea05778f9ed1e7e772f8aa9ac701beca1" => :mountain_lion
+ end
+
head "https://github.com/D-Programming-Language/dub.git", :shallow => false
depends_on "pkg-config" => :build