diff options
| author | Blake Watters | 2012-04-02 14:54:23 -0400 |
|---|---|---|
| committer | Jack Nagel | 2012-04-02 18:38:35 -0500 |
| commit | 19a579731a8465a6d0d028d2b2a74538b734fa97 (patch) | |
| tree | 806f360f1ac48b74cb9224d0ffe1731f1f466b1d /Library/Formula/jenkins.rb | |
| parent | 14005f997cdc8daaba1086eeafcb33f9c703ff7d (diff) | |
| download | homebrew-19a579731a8465a6d0d028d2b2a74538b734fa97.tar.bz2 | |
Jenkins 1.457
Closes #11396.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/jenkins.rb')
| -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 2d860231a..4a009e07e 100644 --- a/Library/Formula/jenkins.rb +++ b/Library/Formula/jenkins.rb @@ -2,9 +2,9 @@ require 'formula' class Jenkins < Formula homepage 'http://jenkins-ci.org' - url 'http://mirrors.jenkins-ci.org/war/1.454/jenkins.war', :using => :nounzip - version '1.454' - md5 '6f8bbe0a4bddab9590f65b83cf26744a' + url 'http://mirrors.jenkins-ci.org/war/1.457/jenkins.war', :using => :nounzip + version '1.457' + md5 'a58432152f4799550a98470960607f42' head 'https://github.com/jenkinsci/jenkins.git' def install |
