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 8d14075a7..2fd7fd094 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.514/jenkins.war' - sha1 '4791c3725291d650b32ba3a1216f8b5f71661f7e' + url 'http://mirrors.jenkins-ci.org/war/1.515/jenkins.war' + sha1 '945b930a2f8bcf599322551bcd5c1b214c075d0e' head 'https://github.com/jenkinsci/jenkins.git' |
