From 1f005e433514394942809e2cc3d4af6cc135a8cd Mon Sep 17 00:00:00 2001 From: ilovezfs Date: Mon, 6 Jun 2016 07:56:12 -0700 Subject: [PATCH] jenkins 2.8 Closes #1750. 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 69d985721c..4e04538b19 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.7/jenkins.war" - sha256 "586b3ba1d1fcfd54a719fd34178b486a963eda91d7c56c98d7cb8ad82c6c050f" + url "http://mirrors.jenkins-ci.org/war/2.8/jenkins.war" + sha256 "2fead2f4aa0a8ba7d76b43fdb4ff5350bdd686bc21371f600861b7a85c51c605" head do url "https://github.com/jenkinsci/jenkins.git"