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 27b9f8300..d2f44c8b8 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.505/jenkins.war' - sha1 '741c2e70f63711145e607baed7be5cc944afe1c8' + url 'http://mirrors.jenkins-ci.org/war/1.506/jenkins.war' + sha1 'a19fe5d294aafdb4cd65d02272f9904abd2b58a7' head 'https://github.com/jenkinsci/jenkins.git' def install |
