From 0dbc7f0e5056e49ca325f69e16267c578742c32e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20Ara=C3=BAjo?= Date: Mon, 13 Feb 2017 20:55:17 -0300 Subject: [PATCH] checkstyle: fix audit --warning --- Formula/checkstyle.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/checkstyle.rb b/Formula/checkstyle.rb index 1b66ec51361..849122a506c 100644 --- a/Formula/checkstyle.rb +++ b/Formula/checkstyle.rb @@ -1,6 +1,6 @@ class Checkstyle < Formula desc "Check Java source against a coding standard" - homepage "http://checkstyle.sourceforge.net/" + homepage "https://checkstyle.sourceforge.io/" url "https://downloads.sourceforge.net/project/checkstyle/checkstyle/7.5.1/checkstyle-7.5.1-all.jar" sha256 "fa26832b41ecab91dd570dff6aee96b79458a16a90258b61a09bf4ebf48a0a06"