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 7ad1c9041..b894355eb 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.418/jenkins.war', :using => :nounzip - version '1.418' - md5 '13ad013e5ffe1f56f9e6089793b83202' + url 'http://mirrors.jenkins-ci.org/war/1.419/jenkins.war', :using => :nounzip + version '1.419' + md5 'b3463f47f701a43b890dd4cdbcfebbb0' homepage 'http://jenkins-ci.org' def install |
