From 468ba37fb3615423e8a553f33937cde6da4cea86 Mon Sep 17 00:00:00 2001 From: Victor Baca Date: Wed, 21 Aug 2013 14:44:52 -0500 Subject: [PATCH] jenkins 1.528 Closes Homebrew/homebrew#22054. 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 1845b7ecca..ae9284c680 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.527/jenkins.war' - sha1 '9dde2e29dc76e8e3b94f18da1bd290f658303212' + url 'http://mirrors.jenkins-ci.org/war/1.528/jenkins.war' + sha1 '2ba68851285c1462fcaa24b4c1b9d6efa7c921c5' head 'https://github.com/jenkinsci/jenkins.git'