diff options
| author | Tyler Langlois on MacBook 13 | 2012-06-13 22:18:07 -0600 |
|---|---|---|
| committer | Adam Vandenberg | 2012-06-13 22:47:28 -0700 |
| commit | e2e1740d9f45e444617df6345c55245cbe711dbb (patch) | |
| tree | 98a324709d706c12713d3e23f629d1493eb43945 | |
| parent | 383e095ed9f829ed55fde25542f7c296259bd5c6 (diff) | |
| download | homebrew-e2e1740d9f45e444617df6345c55245cbe711dbb.tar.bz2 | |
unrar 4.2.3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -rw-r--r-- | Library/Formula/unrar.rb | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/Library/Formula/unrar.rb b/Library/Formula/unrar.rb index 34dd5c92b..d91e1338f 100644 --- a/Library/Formula/unrar.rb +++ b/Library/Formula/unrar.rb @@ -1,15 +1,14 @@ require 'formula' class Unrar < Formula - url 'http://www.rarlab.com/rar/unrarsrc-4.2.1.tar.gz' - sha1 '10f48ec272f413c983032b2e0cbe4e94781c7b3b' homepage 'http://www.rarlab.com' + url 'http://www.rarlab.com/rar/unrarsrc-4.2.3.tar.gz' + sha1 '57cdee6f6c282c97ea768e88cdc5cceea4d5e62e' def install system "make --makefile makefile.unix" bin.install 'unrar' - - mv 'license.txt', 'COPYING' - mv 'readme.txt', 'README' + prefix.install 'license.txt' => 'COPYING' + prefix.install 'readme.txt' => 'README' end end |
