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 14205e0c7..e4f66d4a1 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.556/jenkins.war' - sha1 '1f678554a133ec745c094dd908ce9581d9900fef' + url 'http://mirrors.jenkins-ci.org/war/1.557/jenkins.war' + sha1 'dc057e6c4a54e71d66e642f640e0f55701eff2c4' head 'https://github.com/jenkinsci/jenkins.git' |
