From 7e998cf157d3645608787322d6ca951ffe7dec50 Mon Sep 17 00:00:00 2001 From: asaph Date: Mon, 7 Jul 2014 10:45:10 -0700 Subject: [PATCH] jenkins 1.571 Closes Homebrew/homebrew#30711. 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 3b7e3f073c..55b40d4f4c 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.570/jenkins.war' - sha1 '20b9e60a74d93affa5b53de99495bbb8fc213b2a' + url 'http://mirrors.jenkins-ci.org/war/1.571/jenkins.war' + sha1 '8fff6f42a76ccf54027ddd8198cf2467a4184945' head 'https://github.com/jenkinsci/jenkins.git'