diff options
| author | John Colvin | 2015-03-26 11:45:24 +0000 |
|---|---|---|
| committer | Tim D. Smith | 2015-03-26 22:43:08 -0700 |
| commit | 627d4aa7dd0962290d3687645cb3317050c6c6a3 (patch) | |
| tree | e565ffd965e9e9a35cae2a0ae2d520b05450a5cf /Library/Formula | |
| parent | 60cd70b2f235a80c53ed6d569333738e575bcf36 (diff) | |
| download | homebrew-627d4aa7dd0962290d3687645cb3317050c6c6a3.tar.bz2 | |
dub 0.9.23-rc.1 (devel)
Closes #38100.
Signed-off-by: Tim D. Smith <git@tim-smith.us>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/dub.rb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/dub.rb b/Library/Formula/dub.rb index 31b98311b..228c6eea9 100644 --- a/Library/Formula/dub.rb +++ b/Library/Formula/dub.rb @@ -6,13 +6,13 @@ class Dub < Formula head "https://github.com/D-Programming-Language/dub.git", :shallow => false devel do - url "https://github.com/D-Programming-Language/dub/archive/v0.9.22-rc.1.tar.gz" - sha1 "8ca2ac66675ce869cbf4930e989bb6fa41dc61b8" - version "0.9.22-rc.1" + 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 + depends_on "dmd" => :build def install system "./build.sh" |
