diff options
| author | Ben Grabham | 2014-08-06 22:40:20 -0700 |
|---|---|---|
| committer | Jack Nagel | 2014-08-07 22:56:56 -0500 |
| commit | cf73c703bab92354e2420d0f833fc553bf41cac0 (patch) | |
| tree | 6443ab7aec74165efbef417c4eb6b4609048141f /Library/Formula | |
| parent | 14d95566d5f7fb2cf4aed151e58563408d08bd78 (diff) | |
| download | homebrew-cf73c703bab92354e2420d0f833fc553bf41cac0.tar.bz2 | |
dub: update devel, download URLs and fix HEAD
Closes #31408.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/dub.rb | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Library/Formula/dub.rb b/Library/Formula/dub.rb index 195944e28..b2937a286 100644 --- a/Library/Formula/dub.rb +++ b/Library/Formula/dub.rb @@ -11,14 +11,15 @@ end class Dub < Formula homepage "http://code.dlang.org/about" - url "https://github.com/rejectedsoftware/dub/archive/v0.9.21.tar.gz" + url "https://github.com/D-Programming-Language/dub/archive/v0.9.21.tar.gz" sha1 "7752e14f3f5add50b1c7d9138739d72b276e6abe" - head "https://github.com/rejectedsoftware/dub.git", :using => DubHeadDownloadStrategy + head "https://github.com/D-Programming-Language/dub.git", :using => DubHeadDownloadStrategy, :shallow => false devel do - url "https://github.com/rejectedsoftware/dub/archive/v0.9.22-beta.4.tar.gz" - sha1 "9632af2d308e04feb62b258972bba4e29450819e" + url "https://github.com/D-Programming-Language/dub/archive/v0.9.22-rc.1.tar.gz" + sha1 "8ca2ac66675ce869cbf4930e989bb6fa41dc61b8" + version "0.9.22-rc.1" end depends_on "pkg-config" => :build |
