diff options
| author | Adam Vandenberg | 2013-01-27 21:23:00 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-28 21:40:12 -0800 |
| commit | 6a85ddc7b1b54893689721835aaa463b5afc442a (patch) | |
| tree | 01fc5fc4827459238fd26df040e719b411e8a273 /Library | |
| parent | e33fa9d0a1cba62126084f657aea65f95c469059 (diff) | |
| download | homebrew-6a85ddc7b1b54893689721835aaa463b5afc442a.tar.bz2 | |
rpl: style nits
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/rpl.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/rpl.rb b/Library/Formula/rpl.rb index 0a2291169..d84775daf 100644 --- a/Library/Formula/rpl.rb +++ b/Library/Formula/rpl.rb @@ -1,8 +1,8 @@ require 'formula' class Rpl < Formula - url 'ftp://ftp2.laffeycomputer.com/pub/current_builds/rpl-1.4.1.tar.gz' homepage 'http://www.laffeycomputer.com/rpl.html' + url 'ftp://ftp2.laffeycomputer.com/pub/current_builds/rpl-1.4.1.tar.gz' sha1 '6c67ecd2307f378b44b697411b0ab65bc5d2cdaa' def install |
