diff options
| -rw-r--r-- | Library/Formula/logrotate.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/Library/Formula/logrotate.rb b/Library/Formula/logrotate.rb index 62951dff4..76e9bac70 100644 --- a/Library/Formula/logrotate.rb +++ b/Library/Formula/logrotate.rb @@ -2,8 +2,8 @@ require 'formula'  class Logrotate < Formula    homepage 'http://packages.debian.org/testing/admin/logrotate' -  url 'https://fedorahosted.org/releases/l/o/logrotate/logrotate-3.8.1.tar.gz' -  sha1 '1df36cee76a9c4c7438f35ca3599a7bdd68a09b5' +  url 'https://fedorahosted.org/releases/l/o/logrotate/logrotate-3.8.2.tar.gz' +  sha1 '5832a34199e75c24df6c3028494d90145f275234'    depends_on 'popt' | 
