dub 1.10.0
Closes #29722. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
45a47ed5f7
commit
e6f567aa8b
1 changed files with 2 additions and 7 deletions
|
@ -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.9.0.tar.gz"
|
||||
sha256 "48f7387e93977d0ece686106c9725add2c4f5f36250da33eaa0dbb66900f9d57"
|
||||
url "https://github.com/dlang/dub/archive/v1.10.0.tar.gz"
|
||||
sha256 "db6c3a9e45408d2431bc3d1138a31b561fb71665c1d89db4b0cb3725b2b12faa"
|
||||
version_scheme 1
|
||||
head "https://github.com/dlang/dub.git"
|
||||
|
||||
|
@ -12,11 +12,6 @@ class Dub < Formula
|
|||
sha256 "e50dadec35b96a9ef9791ae670b482cb9ab3cc293c249aeab575ad4ce38db304" => :el_capitan
|
||||
end
|
||||
|
||||
devel do
|
||||
url "https://github.com/dlang/dub/archive/v1.10.0-rc.1.tar.gz"
|
||||
sha256 "672f3027ac51381fa26146554cc7cbb5103271a4239a43e35b4ad7ef8ab70345"
|
||||
end
|
||||
|
||||
depends_on "pkg-config" => :recommended
|
||||
depends_on "dmd" => :build
|
||||
|
||||
|
|
Loading…
Reference in a new issue