diff options
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 85b545475..50fe1ffd6 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.560/jenkins.war' - sha1 '2337cdf62e6dfe3a3d54c66ed02783f2d4fecb3c' + url 'http://mirrors.jenkins-ci.org/war/1.561/jenkins.war' + sha1 '8e666db2fd072d75d9a7d928fa0e94b2eab2f6cf' head 'https://github.com/jenkinsci/jenkins.git' |
