Skip to content

Commit

Permalink
dub 1.6.0
Browse files Browse the repository at this point in the history
Closes #20163.

Signed-off-by: William Woodruff <william@tuffbizz.com>
  • Loading branch information
ilovezfs authored and woodruffw committed Nov 2, 2017
1 parent 934b503 commit 3cc9194
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions Formula/dub.rb
@@ -1,8 +1,8 @@
class Dub < Formula
desc "Build tool for D projects"
homepage "https://code.dlang.org/getting_started"
url "https://github.com/dlang/dub/archive/v1.5.0.tar.gz"
sha256 "3509f959cc5b34e44adaae586b62ded387ac10031f6c1aaf1cfbb4aae5af37dd"
url "https://github.com/dlang/dub/archive/v1.6.0.tar.gz"
sha256 "4b6a13232deeed60b262fcad95e8d45449e6407308f2962b08b3d9ecbcb80126"
version_scheme 1

head "https://github.com/dlang/dub.git"
Expand All @@ -14,11 +14,6 @@ class Dub < Formula
sha256 "672931bef778a726c69692c0ca4cb3145ef5ba55cd616865dccc4e818ea0079d" => :yosemite
end

devel do
url "https://github.com/dlang/dub/archive/v1.6.0-beta.2.tar.gz"
sha256 "da1877c7c39a4905bca78083784733bfae59d60c7b665169d87fe2d81651b38f"
end

depends_on "pkg-config" => [:recommended, :run]
depends_on "dmd" => :build

Expand Down

0 comments on commit 3cc9194

Please sign in to comment.