diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/dub.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/dub.rb b/Library/Formula/dub.rb index 30c1c819f..fd08d0d24 100644 --- a/Library/Formula/dub.rb +++ b/Library/Formula/dub.rb @@ -5,7 +5,7 @@ class Dub < Formula url 'https://github.com/rejectedsoftware/dub/archive/v0.9.15.tar.gz' sha1 '408216dae221ca19220f91f9081b2f8e0d8a5484' - head 'https://github.com/rejectedsoftware/dub.git', :revision => 'HEAD' + head 'https://github.com/rejectedsoftware/dub.git' depends_on 'pkg-config' => :build depends_on 'dmd' => :build |
