diff options
| author | Brett Koonce | 2014-09-22 22:53:08 -0700 |
|---|---|---|
| committer | Brett Koonce | 2014-09-23 18:46:00 -0700 |
| commit | 11a4d87dead03087e8a57ea6334218b28c25581f (patch) | |
| tree | b26377cdfdd7fd9d9379ea109bc6a8d61b4bfd38 | |
| parent | 5b2359a1083f2fb9eb5f900b9803ce7679cbd189 (diff) | |
| download | homebrew-11a4d87dead03087e8a57ea6334218b28c25581f.tar.bz2 | |
dub 0.9.22
| -rw-r--r-- | Library/Formula/dub.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/dub.rb b/Library/Formula/dub.rb index b2937a286..64902c07c 100644 --- a/Library/Formula/dub.rb +++ b/Library/Formula/dub.rb @@ -11,8 +11,8 @@ end class Dub < Formula homepage "http://code.dlang.org/about" - url "https://github.com/D-Programming-Language/dub/archive/v0.9.21.tar.gz" - sha1 "7752e14f3f5add50b1c7d9138739d72b276e6abe" + url "https://github.com/D-Programming-Language/dub/archive/v0.9.22.tar.gz" + sha1 "9a7b7c838f1241de209473c09a194d355279457b" head "https://github.com/D-Programming-Language/dub.git", :using => DubHeadDownloadStrategy, :shallow => false |
