diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/jenkins.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/jenkins.rb b/Library/Formula/jenkins.rb index 1c1d3350a..486862512 100644 --- a/Library/Formula/jenkins.rb +++ b/Library/Formula/jenkins.rb @@ -2,8 +2,8 @@ require 'formula' class Jenkins < Formula homepage 'http://jenkins-ci.org' - url 'http://mirrors.jenkins-ci.org/war/1.549/jenkins.war' - sha1 '47b452555add17e215e9d73440c5d5d94175c2b1' + url 'http://mirrors.jenkins-ci.org/war/1.551/jenkins.war' + sha1 '867b5fa5568d92857c2d6d9beb6fee23382e02fa' head 'https://github.com/jenkinsci/jenkins.git' |
