aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/dub.rb10
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