Skip to content

Commit

Permalink
walkmod 3.0.0
Browse files Browse the repository at this point in the history
Closes #9955.

Signed-off-by: Tomasz Pajor <tomek@polishgeeks.com>
  • Loading branch information
rpau authored and nijikon committed Feb 14, 2017
1 parent 2071bb1 commit db725c0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Formula/walkmod.rb
@@ -1,8 +1,8 @@
class Walkmod < Formula
desc "Java-based project to apply and share code conventions"
desc "Java-based open source tool to apply and share code conventions"
homepage "http://www.walkmod.com"
url "https://bitbucket.org/rpau/walkmod/downloads/walkmod-2.3.4-installer.zip"
sha256 "0a395d1bbc6bb9cb056b8ee0cf49194c5c27c9765507d0ddeb5ffd2fa77a81a6"
url "https://bitbucket.org/rpau/walkmod/downloads/walkmod-3.0.0-installer.zip"
sha256 "7d83564b8b11ce02b5a0924e552a8f006524003a03749e5fe901c937cff3d544"

bottle :unneeded

Expand All @@ -18,6 +18,6 @@ def install
test do
system "git", "clone", "--depth", "1", "https://github.com/walkmod/walkmod-core.git"
cd "walkmod-core"
system bin/"walkmod", "check"
system bin/"walkmod", "chains"
end
end

0 comments on commit db725c0

Please sign in to comment.