diff options
| author | Brett Koonce | 2013-04-23 23:04:28 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2013-04-24 10:13:27 -0500 | 
| commit | 82b22bef4e110e8632085252c5bd4d20fe41f680 (patch) | |
| tree | a9709c5471b8bae2db769b821681a1e4e9cd8327 | |
| parent | 64e8d55c55959b0ce2c5c2336a139547fb778b21 (diff) | |
| download | homebrew-82b22bef4e110e8632085252c5bd4d20fe41f680.tar.bz2 | |
checkstyle 5.6
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
| -rw-r--r-- | Library/Formula/checkstyle.rb | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/Library/Formula/checkstyle.rb b/Library/Formula/checkstyle.rb index 351db4fab..ba175bb99 100644 --- a/Library/Formula/checkstyle.rb +++ b/Library/Formula/checkstyle.rb @@ -2,11 +2,11 @@ require 'formula'  class Checkstyle < Formula    homepage 'http://checkstyle.sourceforge.net/' -  url 'http://sourceforge.net/projects/checkstyle/files/checkstyle/5.5/checkstyle-5.5-bin.tar.gz' -  sha1 '757f89f0bb6148718904577d230a9b4f8221b03c' +  url 'http://sourceforge.net/projects/checkstyle/files/checkstyle/5.6/checkstyle-5.6-bin.tar.gz' +  sha1 'cf08ac75aedddcd3a8d1f27fcbbb6095b0d1d5e3'    def install -    libexec.install 'checkstyle-5.5-all.jar', 'sun_checks.xml' +    libexec.install 'checkstyle-5.6-all.jar', 'sun_checks.xml'      bin.write_jar_script libexec/'checkstyle-5.5-all.jar', 'checkstyle'    end | 
