diff options
Diffstat (limited to 'Library/Formula/shorten.rb')
| -rw-r--r-- | Library/Formula/shorten.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/shorten.rb b/Library/Formula/shorten.rb index 676ecf2df..ca59025ef 100644 --- a/Library/Formula/shorten.rb +++ b/Library/Formula/shorten.rb @@ -1,9 +1,9 @@ require 'formula' class Shorten <Formula - @url='http://www.etree.org/shnutils/shorten/dist/src/shorten-3.6.1.tar.gz' - @homepage='http://www.etree.org/shnutils/shorten/' - @md5='fb59c16fcedc4f4865d277f6e45866a7' + url 'http://www.etree.org/shnutils/shorten/dist/src/shorten-3.6.1.tar.gz' + homepage 'http://www.etree.org/shnutils/shorten/' + md5 'fb59c16fcedc4f4865d277f6e45866a7' def install system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking" |
