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 4a009e07e..a95f30b95 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.457/jenkins.war', :using => :nounzip - version '1.457' - md5 'a58432152f4799550a98470960607f42' + url 'http://mirrors.jenkins-ci.org/war/1.458/jenkins.war', :using => :nounzip + version '1.458' + md5 '4ad7468147a4adcfe69e4167294aef80' head 'https://github.com/jenkinsci/jenkins.git' def install |
