dub 1.9.0
Closes #27367. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
d02d978ab4
commit
354e9037f9
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.8.1.tar.gz"
|
||||
sha256 "79ad2dca0679f6d8b6a4d75e7ccea7930957134743bba290c949d5aa1aa53a14"
|
||||
url "https://github.com/dlang/dub/archive/v1.9.0.tar.gz"
|
||||
sha256 "48f7387e93977d0ece686106c9725add2c4f5f36250da33eaa0dbb66900f9d57"
|
||||
version_scheme 1
|
||||
|
||||
head "https://github.com/dlang/dub.git"
|
||||
|
@ -13,11 +13,6 @@ class Dub < Formula
|
|||
sha256 "0f12587d134ada1588db6f6f228f8ff679101c0c53db4715bdb93a03292b65da" => :el_capitan
|
||||
end
|
||||
|
||||
devel do
|
||||
url "https://github.com/dlang/dub/archive/v1.9.0-beta.1.tar.gz"
|
||||
sha256 "505729f13eb14845d0faf4665ae69f93430c49c03f4d67541a32052b98794c71"
|
||||
end
|
||||
|
||||
depends_on "pkg-config" => :recommended
|
||||
depends_on "dmd" => :build
|
||||
|
||||
|
|
Loading…
Reference in a new issue