diff options
| author | asaph | 2014-04-21 10:05:09 -0700 |
|---|---|---|
| committer | Jack Nagel | 2014-04-21 17:32:24 -0500 |
| commit | 92d068e194afd7b415ead31529069af63826c1f1 (patch) | |
| tree | d2615382c2668f19e01022ed3bdad44dcae18e76 /Library | |
| parent | eb2b07b2121416a24d8785befc204c5f684b638c (diff) | |
| download | homebrew-92d068e194afd7b415ead31529069af63826c1f1.tar.bz2 | |
jenkins 1.560
Closes #28580.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
| -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 f33874c4a..85b545475 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.559/jenkins.war' - sha1 '1b9758b976be9510948d5a058324d76b6d6459f4' + url 'http://mirrors.jenkins-ci.org/war/1.560/jenkins.war' + sha1 '2337cdf62e6dfe3a3d54c66ed02783f2d4fecb3c' head 'https://github.com/jenkinsci/jenkins.git' |
