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 4a20e76c6..09713e22b 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.2.tar.gz' - sha1 '5832a34199e75c24df6c3028494d90145f275234' + url 'https://fedorahosted.org/releases/l/o/logrotate/logrotate-3.8.3.tar.gz' + sha1 '19d70e2cfb97c1cee32e0d709da990856311022a' depends_on 'popt' |
