Skip to content

Commit

Permalink
sonar 3.7.2
Browse files Browse the repository at this point in the history
Closes Homebrew/legacy-homebrew#23341.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
  • Loading branch information
Trey Hyde authored and MikeMcQuaid committed Oct 18, 2013
1 parent b483494 commit c7bc295
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/sonar.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
require 'formula'

class Sonar < Formula
homepage 'http://www.sonarsource.org'
url 'http://dist.sonar.codehaus.org/sonar-3.7.zip'
sha1 '60d49ffe55d3f1e8ab7cfa012ac72ce554a9b259'
homepage 'http://www.sonarqube.org/'
url 'http://dist.sonar.codehaus.org/sonar-3.7.2.zip'
sha1 '0af0de4d1942830001b6cd7f1d61e8818feda08f'

def install
# Delete native bin directories for other systems
Expand Down

0 comments on commit c7bc295

Please sign in to comment.