aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/unrar.rb17
1 files changed, 3 insertions, 14 deletions
diff --git a/Library/Formula/unrar.rb b/Library/Formula/unrar.rb
index 7efd5a168..5f75f2d32 100644
--- a/Library/Formula/unrar.rb
+++ b/Library/Formula/unrar.rb
@@ -2,22 +2,11 @@ require 'formula'
class Unrar < Formula
homepage 'http://www.rarlab.com'
- url 'http://www.rarlab.com/rar/unrarsrc-4.2.4.tar.gz'
- sha1 '1cc29603fb4e4df16a3aa9bfc7da1afaf0923259'
-
- devel do
- url 'http://www.rarlab.com/rar/unrarsrc-5.0.10.tar.gz'
- sha1 'd48c245a58193c373fd2633f40829dcdda33b387'
- end
+ url 'http://www.rarlab.com/rar/unrarsrc-5.0.11.tar.gz'
+ sha1 'dc89913e3022d14740f50607c7bf123d23d0f96d'
def install
-
- if build.stable?
- system "make --makefile makefile.unix"
- else
- system "make"
- end
-
+ system "make"
bin.install 'unrar'
end
end