From a2667f5f72ab2a27a9b2b5f0ac3dc04744ca2d08 Mon Sep 17 00:00:00 2001 From: ilovezfs Date: Mon, 17 Oct 2016 06:20:15 -0700 Subject: [PATCH] jenkins 2.26 Closes #6015. 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 4ab9ba627e..1d52458232 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.25/jenkins.war" - sha256 "121324e60edcae69d1292067b307d718e9a0cb0406bcdee49c97a18475e625d5" + url "http://mirrors.jenkins-ci.org/war/2.26/jenkins.war" + sha256 "8994979440e0c371a243edc53d9468d7ba1cf1fa22c26fd67db94ea6cafa9138" head do url "https://github.com/jenkinsci/jenkins.git"