diff options
| author | Adam Vandenberg | 2012-08-26 22:22:29 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-08-26 22:22:29 -0700 |
| commit | c7ec182a422dfdfd65f59dd3625a18328c0d376d (patch) | |
| tree | e5a460a753cba26aa5010069c27f79c1e077c14e | |
| parent | e5725d43338122ee96381aa7bd4692ccf7b906ba (diff) | |
| download | homebrew-c7ec182a422dfdfd65f59dd3625a18328c0d376d.tar.bz2 | |
disco: version is detected
| -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' |
