From dd8b6f2ef71ad49bae4b576b052fc70152490788 Mon Sep 17 00:00:00 2001 From: ilovezfs Date: Tue, 8 Nov 2016 00:39:53 -0800 Subject: [PATCH] jenkins 2.30 Closes #6715. Signed-off-by: ilovezfs --- Formula/jenkins.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/jenkins.rb b/Formula/jenkins.rb index 035cc38349..5c283fd3c8 100644 --- a/Formula/jenkins.rb +++ b/Formula/jenkins.rb @@ -1,8 +1,8 @@ class Jenkins < Formula desc "Extendable open source continuous integration server" homepage "https://jenkins-ci.org" - url "http://mirrors.jenkins-ci.org/war/2.29/jenkins.war" - sha256 "194f6a4e6e2154f43e821d70cafce91c38001c6b478f8325d199927a31e86794" + url "http://mirrors.jenkins-ci.org/war/2.30/jenkins.war" + sha256 "0c58fa59e74e9f6d280c43d01d9402296293f6f164da381ee5ba6f56c9f32d3e" head do url "https://github.com/jenkinsci/jenkins.git"