aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2013-09-21 18:33:42 -0500
committerJack Nagel2013-09-21 19:29:49 -0500
commitc5e92540eed1a8faa4cb75662ce01959242d6a70 (patch)
tree0ffb2282eb2ccb1a16d214711f7505d854705b5a /Library/Formula
parentbad4775b8a3bc3cc4ac78037329ed4da422f7f22 (diff)
downloadhomebrew-c5e92540eed1a8faa4cb75662ce01959242d6a70.tar.bz2
dash: use spec deps
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/dash.rb7
1 files changed, 4 insertions, 3 deletions
diff --git a/Library/Formula/dash.rb b/Library/Formula/dash.rb
index 3ce063ca9..5c4f05daa 100644
--- a/Library/Formula/dash.rb
+++ b/Library/Formula/dash.rb
@@ -5,9 +5,10 @@ class Dash < Formula
url 'http://gondor.apana.org.au/~herbert/dash/files/dash-0.5.7.tar.gz'
sha1 'a3ebc16f2e2c7ae8adf64e5e62ae3dcb631717c6'
- head 'https://git.kernel.org/pub/scm/utils/dash/dash.git'
-
- depends_on :automake if build.head?
+ head do
+ url 'https://git.kernel.org/pub/scm/utils/dash/dash.git'
+ depends_on :automake
+ end
def install
if build.head?