dub 1.5.0

Closes #17507.

Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
ilovezfs 2017-09-01 11:16:49 -07:00
parent 3e9949ce2b
commit af60a1a0bd

View file

@ -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.4.1.tar.gz"
sha256 "56f99f06fb1fde0c0f5d92261032fca1eeba1e23d224b614da9fffbcb22ef442"
url "https://github.com/dlang/dub/archive/v1.5.0.tar.gz"
sha256 "3509f959cc5b34e44adaae586b62ded387ac10031f6c1aaf1cfbb4aae5af37dd"
version_scheme 1
head "https://github.com/dlang/dub.git"
@ -13,18 +13,6 @@ class Dub < Formula
sha256 "a6fd6a055aaa21fe63b5fb7203d825922d12304e35ba11fea8794987b8688a62" => :yosemite
end
devel do
url "https://github.com/dlang/dub/archive/v1.5.0-beta.1.tar.gz"
sha256 "fd95787065f1059e8c29801e3f8bef3661fa37ed8bf39e2f379280e52433e37e"
# Minor problem with a missing public import, fixed in master,
# fix should be in next beta
patch do
url "https://github.com/dlang/dub/pull/1221.patch?full_index=1"
sha256 "40b38363c91f6aa1440d81f2b3cb29f0bf8aab3b8e945503437f271d290f4344"
end
end
depends_on "pkg-config" => [:recommended, :run]
depends_on "dmd" => :build