From 62671591ce32a10443662faeadd1ea860b485225 Mon Sep 17 00:00:00 2001 From: asaph Date: Mon, 10 Mar 2014 08:43:14 -0700 Subject: [PATCH] jenkins 1.554 Closes Homebrew/homebrew#27384. Signed-off-by: Mike McQuaid --- Formula/jenkins.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/jenkins.rb b/Formula/jenkins.rb index 9db7a42b5e..254242cc35 100644 --- a/Formula/jenkins.rb +++ b/Formula/jenkins.rb @@ -2,8 +2,8 @@ require 'formula' class Jenkins < Formula homepage 'http://jenkins-ci.org' - url 'http://mirrors.jenkins-ci.org/war/1.553/jenkins.war' - sha1 'b652334b37f9f36832003db2cd612896c32e4bfd' + url 'http://mirrors.jenkins-ci.org/war/1.554/jenkins.war' + sha1 '16bbf07bd71c26b2525b9990a7e1665d7e65b37c' head 'https://github.com/jenkinsci/jenkins.git'