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 61e4a5612..6e68f6037 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.401/jenkins.war', :using => :nounzip - version '1.401' - md5 '41b2eb60ddf231bb8b45ba52f1c0b10f' + url 'http://mirrors.jenkins-ci.org/war/1.413/jenkins.war', :using => :nounzip + version '1.413' + md5 '350cd32b161b5d8541ab70c98ea14e97' homepage 'http://jenkins-ci.org' def install |
