diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/dos2unix.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/dos2unix.rb b/Library/Formula/dos2unix.rb index 48a3098d2..bba4a31b3 100644 --- a/Library/Formula/dos2unix.rb +++ b/Library/Formula/dos2unix.rb @@ -1,9 +1,9 @@ require 'brewkit' class Dos2unix <Formula - @url='http://www.sfr-fresh.com/linux/misc/old/dos2unix-3.1.tar.gz' - @md5='25ff56bab202de63ea6f6c211c416e96' - @homepage='http://www.sfr-fresh.com/linux/misc/' + url 'http://www.sfr-fresh.com/linux/misc/old/dos2unix-3.1.tar.gz' + md5 '25ff56bab202de63ea6f6c211c416e96' + homepage 'http://www.sfr-fresh.com/linux/misc/' def install File.unlink 'dos2unix' |
