From e2da25f0319d7a7d04444408aaf9ebf09dfaead4 Mon Sep 17 00:00:00 2001 From: shansen Date: Tue, 3 Apr 2012 14:32:07 +0200 Subject: Jenkins 1.458 Closes #11416. Signed-off-by: Jack Nagel --- 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 4a009e07e..a95f30b95 100644 --- a/Library/Formula/jenkins.rb +++ b/Library/Formula/jenkins.rb @@ -2,9 +2,9 @@ require 'formula' class Jenkins < Formula homepage 'http://jenkins-ci.org' - url 'http://mirrors.jenkins-ci.org/war/1.457/jenkins.war', :using => :nounzip - version '1.457' - md5 'a58432152f4799550a98470960607f42' + url 'http://mirrors.jenkins-ci.org/war/1.458/jenkins.war', :using => :nounzip + version '1.458' + md5 '4ad7468147a4adcfe69e4167294aef80' head 'https://github.com/jenkinsci/jenkins.git' def install -- cgit v1.2.3