diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/dash.rb | 7 |
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? |
