From 861e8d7a6381d33fe232398bbbe267724168bfcc Mon Sep 17 00:00:00 2001 From: Alexey Date: Tue, 31 Mar 2015 14:54:43 +0600 Subject: [PATCH] jenkins 1.607 Closes Homebrew/homebrew#38225. 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 79c234cb6e..5c6427019f 100644 --- a/Formula/jenkins.rb +++ b/Formula/jenkins.rb @@ -1,7 +1,7 @@ class Jenkins < Formula homepage "https://jenkins-ci.org" - url "http://mirrors.jenkins-ci.org/war/1.606/jenkins.war" - sha1 "84d9e0f69b34c12f0af1236425b9a391d6375a12" + url "http://mirrors.jenkins-ci.org/war/1.607/jenkins.war" + sha1 "805baa7d4f5047b78fe3e8987c5c6d352e60b77e" head do url "https://github.com/jenkinsci/jenkins.git"