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 2f27744c4..6e63ea79c 100644 --- a/Library/Formula/jenkins.rb +++ b/Library/Formula/jenkins.rb @@ -1,10 +1,10 @@ require 'formula' class Jenkins < Formula - url 'http://mirrors.jenkins-ci.org/war/1.443/jenkins.war', :using => :nounzip + url 'http://mirrors.jenkins-ci.org/war/1.447/jenkins.war', :using => :nounzip head 'https://github.com/jenkinsci/jenkins.git' - version '1.443' - md5 'd004192da6c2061c11f7e6cd17603489' + version '1.447' + md5 '1d7abb4fe6de96c48f0ef1a99edb5879' homepage 'http://jenkins-ci.org' def install |
