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 12b959650..452703bc5 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.540/jenkins.war' - sha1 '51bb091d248d1d0c78ead2d7882a81190ad958ae' + url 'http://mirrors.jenkins-ci.org/war/1.541/jenkins.war' + sha1 '4ef5e3ec2ba8b9463d3cdb6ce65c03590438a71b' head 'https://github.com/jenkinsci/jenkins.git' |
