dub 1.8.1

Closes #26608.

Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
JCount 2018-04-15 00:31:22 -04:00 committed by ilovezfs
parent 1264cc438a
commit 7530164fbf

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.8.0.tar.gz"
sha256 "acffbdee967a20aba2c08d2a9de6a8b23b8fb5a703eece684781758db2831d50"
url "https://github.com/dlang/dub/archive/v1.8.1.tar.gz"
sha256 "79ad2dca0679f6d8b6a4d75e7ccea7930957134743bba290c949d5aa1aa53a14"
version_scheme 1
head "https://github.com/dlang/dub.git"
@ -13,11 +13,6 @@ class Dub < Formula
sha256 "43959b85a6cb66c18d4835eca8dc3183fa1cd80af3f71dc90f38b3ed54b30038" => :el_capitan
end
devel do
url "https://github.com/dlang/dub/archive/v1.8.1-beta.1.tar.gz"
sha256 "ea5be7a58ee4b25b0766fd73406e5ba256c9d8ee9cfa94ee921187b58e80cebd"
end
depends_on "pkg-config" => :recommended
depends_on "dmd" => :build