diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/disco.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/disco.rb b/Library/Formula/disco.rb index 59c3bce83..fc0319ac6 100644 --- a/Library/Formula/disco.rb +++ b/Library/Formula/disco.rb @@ -4,8 +4,7 @@ class Disco < Formula homepage 'http://discoproject.com/' url 'https://github.com/tuulos/disco/tarball/0.3.2' md5 '47a740b84ef61cea8ba3644610e25083' - # Periods in the install path cause disco-worker to complain so change to underscores. - version '0_3_2' + head 'https://github.com/tuulos/disco.git' depends_on 'erlang' |
