Skip to content
This repository has been archived by the owner on Jan 16, 2025. It is now read-only.

Commit

Permalink
walkmod 2.3.0
Browse files Browse the repository at this point in the history
update 2.3.0 walkmod

Closes #49416.

Signed-off-by: Mike McQuaid <[email protected]>
  • Loading branch information
rpau authored and MikeMcQuaid committed Feb 22, 2016
1 parent 90f7fbb commit df43c3b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Library/Formula/walkmod.rb
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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
Expand Down

0 comments on commit df43c3b

Please sign in to comment.