diff options
| author | Mike McQuaid | 2013-05-06 09:31:40 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2013-05-06 09:31:43 +0100 |
| commit | 71325b52b830bdd4c22122db24fb1d557c0e3696 (patch) | |
| tree | 6fe951877eb5d1968436617fa036a915cded3aaa /Library/Formula | |
| parent | 943553daaca1cae56575a7adca85a22830c2aa0c (diff) | |
| download | homebrew-71325b52b830bdd4c22122db24fb1d557c0e3696.tar.bz2 | |
jenkins 1.514
Closes #19628
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/jenkins.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/jenkins.rb b/Library/Formula/jenkins.rb index 251020274..8d14075a7 100644 --- a/Library/Formula/jenkins.rb +++ b/Library/Formula/jenkins.rb @@ -2,8 +2,8 @@ require 'formula' class Jenkins < Formula homepage 'http://jenkins-ci.org' - url 'http://mirrors.jenkins-ci.org/war/1.513/jenkins.war' - sha1 'd659a8d82146be8e0e80e4e429432ad1c272424f' + url 'http://mirrors.jenkins-ci.org/war/1.514/jenkins.war' + sha1 '4791c3725291d650b32ba3a1216f8b5f71661f7e' head 'https://github.com/jenkinsci/jenkins.git' |
