From 28cbf988ac41d404d463ebd14b3b97af2d68eeea Mon Sep 17 00:00:00 2001 From: asaph Date: Tue, 26 Jan 2016 09:59:02 -0800 Subject: [PATCH] jenkins 1.646 Closes #48490. Signed-off-by: Martin Afanasjew --- Library/Formula/jenkins.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Library/Formula/jenkins.rb b/Library/Formula/jenkins.rb index c61dfc6e4810..b66ce4f46bce 100644 --- a/Library/Formula/jenkins.rb +++ b/Library/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/1.645/jenkins.war" - sha256 "9ea1b6bc4fcdd930cdbfa3a3e97b4d923f68f7542b6978d090efbd4c38d69951" + url "http://mirrors.jenkins-ci.org/war/1.646/jenkins.war" + sha256 "2b892d363e1ce88e4d3a37e7d5c17c0be5bce902b3b98e6e0ebfe0d2d509f2d4" head do url "https://github.com/jenkinsci/jenkins.git"