From 59da6817f9db5767017d6aa5698197fb9fee8b80 Mon Sep 17 00:00:00 2001 From: Steffen Matthischke Date: Sat, 5 Apr 2014 18:33:25 +0200 Subject: [PATCH] unrar 5.1.2 Closes Homebrew/homebrew#28178. Signed-off-by: Adam Vandenberg --- Formula/unrar.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/unrar.rb b/Formula/unrar.rb index 833564ddb9..63a82ec59a 100644 --- a/Formula/unrar.rb +++ b/Formula/unrar.rb @@ -2,8 +2,8 @@ require 'formula' class Unrar < Formula homepage 'http://www.rarlab.com' - url 'http://www.rarlab.com/rar/unrarsrc-5.1.1.tar.gz' - sha1 '7d1a8691336208d1d9b85812ba7d5336d2986376' + url 'http://www.rarlab.com/rar/unrarsrc-5.1.2.tar.gz' + sha1 'e815bbed1e3feceec77e1e33f685dd558cdcc9dd' def install system "make"