diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/jenkins.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/jenkins.rb b/Library/Formula/jenkins.rb index 2d860231a..4a009e07e 100644 --- a/Library/Formula/jenkins.rb +++ b/Library/Formula/jenkins.rb @@ -2,9 +2,9 @@ require 'formula' class Jenkins < Formula homepage 'http://jenkins-ci.org' - url 'http://mirrors.jenkins-ci.org/war/1.454/jenkins.war', :using => :nounzip - version '1.454' - md5 '6f8bbe0a4bddab9590f65b83cf26744a' + url 'http://mirrors.jenkins-ci.org/war/1.457/jenkins.war', :using => :nounzip + version '1.457' + md5 'a58432152f4799550a98470960607f42' head 'https://github.com/jenkinsci/jenkins.git' def install |
