diff options
| -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 8e83d3fd1..e5488c286 100644 --- a/Library/Formula/jenkins.rb +++ b/Library/Formula/jenkins.rb @@ -1,9 +1,9 @@ require 'formula' class Jenkins < Formula - url 'http://mirrors.jenkins-ci.org/war/1.414/jenkins.war', :using => :nounzip - version '1.414' - md5 'fa3ea4240a2f9eb6f268d6d8caba94fd' + url 'http://mirrors.jenkins-ci.org/war/1.415/jenkins.war', :using => :nounzip + version '1.415' + md5 '7ec694c05967f4b0e72b27d12c6a38e4' homepage 'http://jenkins-ci.org' def install |
