From df43c3b71a9c78b5d13a26e9412e968316d7e7b7 Mon Sep 17 00:00:00 2001 From: rpau Date: Mon, 22 Feb 2016 10:59:01 +0100 Subject: [PATCH] walkmod 2.3.0 update 2.3.0 walkmod Closes #49416. Signed-off-by: Mike McQuaid --- Library/Formula/walkmod.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Library/Formula/walkmod.rb b/Library/Formula/walkmod.rb index 66d553baa69f..fa83060e4c75 100644 --- a/Library/Formula/walkmod.rb +++ b/Library/Formula/walkmod.rb @@ -1,8 +1,8 @@ class Walkmod < Formula desc "Java-based project to apply and share code conventions" homepage "http://www.walkmod.com" - url "https://bitbucket.org/rpau/walkmod/downloads/walkmod-2.2.0-installer.zip" - sha256 "923a0956bfefef6f083f63a8696ee5019b19d2798692c6d456c1557078ed37d6" + url "https://bitbucket.org/rpau/walkmod/downloads/walkmod-2.3.0-installer.zip" + sha256 "ad4f862bd9fac378d0241ca1471271fd6c09f871acb2e04bcc73b627b77d2865" bottle :unneeded @@ -16,7 +16,7 @@ def install end test do - system "git", "clone", "--depth", "1", "https://github.com/rpau/walkmod-core.git" + system "git", "clone", "--depth", "1", "https://github.com/walkmod/walkmod-core.git" cd "walkmod-core" system bin/"walkmod", "check" end