diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/jenkins.rb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/jenkins.rb b/Library/Formula/jenkins.rb index 226867a99..80c00986f 100644 --- a/Library/Formula/jenkins.rb +++ b/Library/Formula/jenkins.rb @@ -2,8 +2,9 @@ require 'formula' class Jenkins < Formula homepage 'http://jenkins-ci.org' - url 'http://mirrors.jenkins-ci.org/war/1.508/jenkins.war' - sha1 '9b4a9b7402b5b3fda301d4ee3696d2a8e6151b0a' + url 'http://mirrors.jenkins-ci.org/war/1.509/jenkins.war' + sha1 'e2a68b57e049ce0440da13309d300721862eaf2b' + head 'https://github.com/jenkinsci/jenkins.git' def install |
