aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2013-02-04 08:40:13 -0800
committerAdam Vandenberg2013-02-04 08:41:04 -0800
commitbbd3d818d08f915359f61e9715b19d5ca21d1074 (patch)
tree5c0633f9da20e81f17fc90e582d2ddc4db5f3427 /Library/Formula
parenta8148559e9f7ecb78489274b17d937bdf7a20551 (diff)
downloadhomebrew-bbd3d818d08f915359f61e9715b19d5ca21d1074.tar.bz2
Revert "checkstyle 5.6"
5.6 doesn't run in tests, so revert to 5.5 This reverts commit eb678aae857868495d1136a852ba906947761613. Closes #17571.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/checkstyle.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/checkstyle.rb b/Library/Formula/checkstyle.rb
index 251883ec5..351db4fab 100644
--- a/Library/Formula/checkstyle.rb
+++ b/Library/Formula/checkstyle.rb
@@ -2,12 +2,12 @@ require 'formula'
class Checkstyle < Formula
homepage 'http://checkstyle.sourceforge.net/'
- url 'http://sourceforge.net/projects/checkstyle/files/checkstyle/5.6/checkstyle-5.6-bin.tar.gz'
- sha1 'cf08ac75aedddcd3a8d1f27fcbbb6095b0d1d5e3'
+ url 'http://sourceforge.net/projects/checkstyle/files/checkstyle/5.5/checkstyle-5.5-bin.tar.gz'
+ sha1 '757f89f0bb6148718904577d230a9b4f8221b03c'
def install
- libexec.install 'checkstyle-5.6-all.jar', 'sun_checks.xml'
- bin.write_jar_script libexec/'checkstyle-5.6-all.jar', 'checkstyle'
+ libexec.install 'checkstyle-5.5-all.jar', 'sun_checks.xml'
+ bin.write_jar_script libexec/'checkstyle-5.5-all.jar', 'checkstyle'
end
test do