From 94ee9756a19c8ef8f13d3ee50798fdd5c69c14f9 Mon Sep 17 00:00:00 2001 From: ilovezfs Date: Sun, 20 Nov 2016 23:01:29 -0800 Subject: [PATCH] jenkins 2.33 Closes #7111. 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 e952ef7a2a..827351217e 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.32/jenkins.war" - sha256 "e1b6f6aec89baa1d4596292637e6586e91e3c875315cfce156a0349df062d5e3" + url "http://mirrors.jenkins-ci.org/war/2.33/jenkins.war" + sha256 "feb7f95d09cf48ab1f52e48219530fbc6db3da019fa8fb40341b89904f2335f4" head do url "https://github.com/jenkinsci/jenkins.git"