diff options
Diffstat (limited to 'Library/Formula/most.rb')
| -rw-r--r-- | Library/Formula/most.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/most.rb b/Library/Formula/most.rb index 503514408..98fcfd425 100644 --- a/Library/Formula/most.rb +++ b/Library/Formula/most.rb @@ -1,9 +1,9 @@ require 'formula' class Most <Formula - @url='ftp://space.mit.edu/pub/davis/most/most-5.0.0a.tar.bz2' - @homepage='http://www.jedsoft.org/most/' - @md5='4c42abfc8d3ace1b0e0062ea021a5917' + url 'ftp://space.mit.edu/pub/davis/most/most-5.0.0a.tar.bz2' + homepage 'http://www.jedsoft.org/most/' + md5 '4c42abfc8d3ace1b0e0062ea021a5917' depends_on 's-lang' |
