diff options
| author | Felix Schulze | 2011-06-04 23:09:46 +0200 |
|---|---|---|
| committer | Adam Vandenberg | 2011-06-04 17:00:16 -0700 |
| commit | e5c30bdccc7aff126283d42432c46bf8da00e498 (patch) | |
| tree | 0cbc232c8b064f23c8f7b4a17286fe1c9c1e1b13 /Library/Formula/jenkins.rb | |
| parent | c8e1736c7754daa1d2ea7a828560aafb8fd4b6bd (diff) | |
| download | homebrew-e5c30bdccc7aff126283d42432c46bf8da00e498.tar.bz2 | |
jenkins 1.414
Signed-off-by: Adam Vandenberg <flangy@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 6e68f6037..8e83d3fd1 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.413/jenkins.war', :using => :nounzip - version '1.413' - md5 '350cd32b161b5d8541ab70c98ea14e97' + url 'http://mirrors.jenkins-ci.org/war/1.414/jenkins.war', :using => :nounzip + version '1.414' + md5 'fa3ea4240a2f9eb6f268d6d8caba94fd' homepage 'http://jenkins-ci.org' def install |
