unrar 4.2.3

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Tyler Langlois on MacBook 13 2012-06-13 22:18:07 -06:00 committed by Adam Vandenberg
parent 3017766fee
commit 31c5d79835
1 changed files with 4 additions and 5 deletions

View File

@ -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