diff options
| -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 c326559b8..27b9f8300 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.504/jenkins.war' - sha1 '368c35b009c609195b0e9fab9b9cb4f733863256' + url 'http://mirrors.jenkins-ci.org/war/1.505/jenkins.war' + sha1 '741c2e70f63711145e607baed7be5cc944afe1c8' head 'https://github.com/jenkinsci/jenkins.git' def install |
