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 83f69eba3..75c83940e 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.510/jenkins.war' - sha1 'ecb0f3f05d64ab15d129be832f06dd0d9dca7f89' + url 'http://mirrors.jenkins-ci.org/war/1.511/jenkins.war' + sha1 'c5cc9dd8dec1a7631a529d5db73438db1831d9ed' head 'https://github.com/jenkinsci/jenkins.git' |
