diff options
| author | John Colvin | 2015-04-06 14:30:40 +0100 |
|---|---|---|
| committer | Xu Cheng | 2015-04-06 22:01:39 +0800 |
| commit | e5200e35906cd259bd71be603e08366884fdf69e (patch) | |
| tree | a246b2181d360c2f98f1067ce2889f4864e284de /Library | |
| parent | e459f4f2146b73361e24ebd4c0d3b897fe97ece0 (diff) | |
| download | homebrew-e5200e35906cd259bd71be603e08366884fdf69e.tar.bz2 | |
dub 0.9.23
Closes #38407.
Signed-off-by: Xu Cheng <xucheng@me.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/dub.rb | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/Library/Formula/dub.rb b/Library/Formula/dub.rb index 228c6eea9..ec906f9fd 100644 --- a/Library/Formula/dub.rb +++ b/Library/Formula/dub.rb @@ -1,16 +1,10 @@ class Dub < Formula homepage "http://code.dlang.org/about" - url "https://github.com/D-Programming-Language/dub/archive/v0.9.22.tar.gz" - sha1 "9a7b7c838f1241de209473c09a194d355279457b" + url "https://github.com/D-Programming-Language/dub/archive/v0.9.23.tar.gz" + sha1 "88c908cab5d396435091cb9cc31dcd886fdb26c9" head "https://github.com/D-Programming-Language/dub.git", :shallow => false - devel do - url "https://github.com/D-Programming-Language/dub/archive/v0.9.23-rc.1.tar.gz" - sha1 "3fe35139a58d9ceaee1e920940dc5e67f2b1f178" - version "0.9.23-rc.1" - end - depends_on "pkg-config" => :build depends_on "dmd" => :build |
