From 471efcdcb3d4bb2d1903f01f6f9f87315aa84154 Mon Sep 17 00:00:00 2001 From: shansen Date: Tue, 10 Apr 2012 15:41:07 +0200 Subject: Jenkins 1.459 Closes #11551. Signed-off-by: Adam Vandenberg --- Library/Formula/jenkins.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Library') diff --git a/Library/Formula/jenkins.rb b/Library/Formula/jenkins.rb index a95f30b95..ceab51122 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.458/jenkins.war', :using => :nounzip - version '1.458' - md5 '4ad7468147a4adcfe69e4167294aef80' + url 'http://mirrors.jenkins-ci.org/war/1.459/jenkins.war', :using => :nounzip + version '1.459' + md5 '7f7fa0110923158bcbd2268d39197750' head 'https://github.com/jenkinsci/jenkins.git' def install -- cgit v1.2.3