diff options
| author | Felix Schulze | 2011-05-26 14:58:46 +0200 |
|---|---|---|
| committer | Adam Vandenberg | 2011-05-26 07:50:32 -0700 |
| commit | dd3192e4a9e13e02b04ce250c18e3517198bc0c3 (patch) | |
| tree | d811bfb52dd21aa0300c161cec051f45256220ee /Library/Formula/jenkins.rb | |
| parent | 85808f38d4183607f5e800c045851d5a3061a42b (diff) | |
| download | homebrew-dd3192e4a9e13e02b04ce250c18e3517198bc0c3.tar.bz2 | |
jenkins 1.413
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 61e4a5612..6e68f6037 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.401/jenkins.war', :using => :nounzip - version '1.401' - md5 '41b2eb60ddf231bb8b45ba52f1c0b10f' + url 'http://mirrors.jenkins-ci.org/war/1.413/jenkins.war', :using => :nounzip + version '1.413' + md5 '350cd32b161b5d8541ab70c98ea14e97' homepage 'http://jenkins-ci.org' def install |
