diff --git a/Formula/dub.rb b/Formula/dub.rb index 1608c8d474..c302362842 100644 --- a/Formula/dub.rb +++ b/Formula/dub.rb @@ -1,8 +1,8 @@ class Dub < Formula desc "Build tool for D projects" homepage "http://code.dlang.org/about" - url "https://github.com/D-Programming-Language/dub/archive/v0.9.23.tar.gz" - sha1 "88c908cab5d396435091cb9cc31dcd886fdb26c9" + url "https://github.com/D-Programming-Language/dub/archive/v0.9.23.tar.gz" + sha256 "7ecbce89c0e48b43705d7c48003394f383556f33562c4b5d884a786cd85814d1" bottle do sha256 "e2613efeb8173e8f1beb2a4b1bf14baa70a4fa7781919c87be435bb1d55d8ae2" => :yosemite @@ -10,6 +10,12 @@ class Dub < Formula sha256 "4afe785f25db496f8634c19211d68c7ea05778f9ed1e7e772f8aa9ac701beca1" => :mountain_lion end + devel do + url "https://github.com/D-Programming-Language/dub/archive/v0.9.24-rc.2.tar.gz" + version "0.9.24-rc2" + sha256 "d6ed2ed16cc954aff3595dfdb0a9bb4a73ff64463b455d5baaa4fe2b30dd22c7" + end + head "https://github.com/D-Programming-Language/dub.git", :shallow => false depends_on "pkg-config" => :build