Skip to content

Commit

Permalink
dub: update devel, download URLs and fix HEAD
Browse files Browse the repository at this point in the history
Closes Homebrew/legacy-homebrew#31408.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
  • Loading branch information
SerialVelocity authored and jacknagel committed Aug 8, 2014
1 parent 84aa11b commit 763a73a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Formula/dub.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,15 @@ def stage

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
Expand Down

0 comments on commit 763a73a

Please sign in to comment.