From 754f9ce37d21adda042b910b2c748ba67b47297c Mon Sep 17 00:00:00 2001 From: Steffen Matthischke Date: Wed, 30 Oct 2013 14:18:07 +0100 Subject: [PATCH] unrar 5.0.12 Closes Homebrew/homebrew#23781. 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 5f75f2d32c..0b9d475514 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.0.11.tar.gz' - sha1 'dc89913e3022d14740f50607c7bf123d23d0f96d' + url 'http://www.rarlab.com/rar/unrarsrc-5.0.12.tar.gz' + sha1 '03d61213ff810650fc06113ffe153712176af4dd' def install system "make"