From e0514448097e3601ddd1962abb8fd0c2addf52a5 Mon Sep 17 00:00:00 2001 From: Igor Kapkov Date: Sun, 3 Mar 2019 09:12:49 +1100 Subject: [PATCH] dub 1.14.0 Closes #37525. Signed-off-by: FX Coudert --- Formula/dub.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/dub.rb b/Formula/dub.rb index 4886759847..189039ced4 100644 --- a/Formula/dub.rb +++ b/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.13.0.tar.gz" - sha256 "8c7ffdae0b49bd1a246f48e865610fc5b6f6bdf58057858f3ba7e9dae8368ee7" + url "https://github.com/dlang/dub/archive/v1.14.0.tar.gz" + sha256 "47c463eeaa612fda556d0291d32c8c59fd3c31dbb76142c7d997b7476773c332" version_scheme 1 head "https://github.com/dlang/dub.git"