diff options
| author | Adam Vandenberg | 2012-01-12 20:23:20 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2012-01-12 20:23:24 -0800 |
| commit | db6cc7f591beff75126957ef845ee7e5b9c2c8ac (patch) | |
| tree | 69240ca122cf13004c5703ce9db473d801e4e314 /Library/Formula | |
| parent | 354c14c0ec933e7f02c03feadd333365a675db9f (diff) | |
| download | homebrew-db6cc7f591beff75126957ef845ee7e5b9c2c8ac.tar.bz2 | |
Jenkins 1.447
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 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 |
