From afaf8e25e0c1ec13632376c2fc30c7d11b554b96 Mon Sep 17 00:00:00 2001 From: ilovezfs Date: Tue, 5 Jul 2016 22:58:16 -0700 Subject: [PATCH] jenkins 2.12 Closes #2753. 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 f299cdd0db571..45cf13c894da5 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.11/jenkins.war" - sha256 "45f89868e66e53160cda5f367eb9c1026ac086794214e18304c51c6d320f6680" + url "http://mirrors.jenkins-ci.org/war/2.12/jenkins.war" + sha256 "65e51c0dbd2915f4b37f7daebfa561b49c279ab4bc04997011db0539b77d954d" head do url "https://github.com/jenkinsci/jenkins.git"