From 94eecd4bab9fef6705ca6f16ebc78c3b0d0b2d87 Mon Sep 17 00:00:00 2001 From: David Gageot Date: Wed, 3 Oct 2012 13:03:08 +0200 Subject: [PATCH] Sonar 3.2.1 Closes #15275. Signed-off-by: Adam Vandenberg --- Library/Formula/sonar.rb | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/Library/Formula/sonar.rb b/Library/Formula/sonar.rb index 696b5e2ee3df..1f6d5be88249 100644 --- a/Library/Formula/sonar.rb +++ b/Library/Formula/sonar.rb @@ -2,8 +2,8 @@ class Sonar < Formula homepage 'http://www.sonarsource.org' - url 'http://dist.sonar.codehaus.org/sonar-3.2.zip' - sha1 'a6ec8855e4b365a89c07d688a8a1af04358237bb' + url 'http://dist.sonar.codehaus.org/sonar-3.2.1.zip' + sha1 'de9300463b8d1eb728bc311f8bdbba7fe351d452' def install # Delete native bin directories for other systems @@ -26,20 +26,19 @@ def install end end - def caveats; <<-EOS -If this is your first install, automatically load on login with: - mkdir -p ~/Library/LaunchAgents - cp #{plist_path} ~/Library/LaunchAgents/ - launchctl load -w ~/Library/LaunchAgents/#{plist_path.basename} + def caveats; <<-EOS.undent + If this is your first install, automatically load on login with: + mkdir -p ~/Library/LaunchAgents + ln -nfs #{plist_path} ~/Library/LaunchAgents/ + launchctl load -w ~/Library/LaunchAgents/#{plist_path.basename} -If this is an upgrade and you already have the #{plist_path.basename} loaded: - launchctl unload -w ~/Library/LaunchAgents/#{plist_path.basename} - cp #{plist_path} ~/Library/LaunchAgents/ - launchctl load -w ~/Library/LaunchAgents/#{plist_path.basename} + If this is an upgrade and you already have the #{plist_path.basename} loaded: + launchctl unload -w ~/Library/LaunchAgents/#{plist_path.basename} + launchctl load -w ~/Library/LaunchAgents/#{plist_path.basename} -Or start it manually: - #{HOMEBREW_PREFIX}/bin/sonar console -EOS + Or start it manually: + #{HOMEBREW_PREFIX}/bin/sonar console + EOS end def startup_plist