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 8cc674c37..9576d2cde 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.521/jenkins.war' - sha1 '97b0f64c1216409d20d3b5583a7cac7cddddeb96' + url 'http://mirrors.jenkins-ci.org/war/1.522/jenkins.war' + sha1 'abf045b46782ab8da1fe476eede486762a401def' head 'https://github.com/jenkinsci/jenkins.git' |
