From a9df4cf4766d0c9aff761610ea06a5e5a452ece6 Mon Sep 17 00:00:00 2001 From: Mark Sonnabaum Date: Wed, 16 Mar 2011 17:13:33 -0500 Subject: Updated jenkins to 1.401. Signed-off-by: Adam Vandenberg --- Library/Formula/jenkins.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/jenkins.rb b/Library/Formula/jenkins.rb index faf7ec8ea..61e4a5612 100644 --- a/Library/Formula/jenkins.rb +++ b/Library/Formula/jenkins.rb @@ -1,9 +1,9 @@ require 'formula' class Jenkins < Formula - url 'http://ftp.osuosl.org/pub/hudson/war/1.399/jenkins.war', :using => :nounzip - version '1.399' - md5 'a99ed0277a59d7058c0c13b68cbee783' + url 'http://mirrors.jenkins-ci.org/war/1.401/jenkins.war', :using => :nounzip + version '1.401' + md5 '41b2eb60ddf231bb8b45ba52f1c0b10f' homepage 'http://jenkins-ci.org' def install -- cgit v1.2.3