diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/jenkins.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/jenkins.rb b/Library/Formula/jenkins.rb index e0a39fb52..d06b86e71 100644 --- a/Library/Formula/jenkins.rb +++ b/Library/Formula/jenkins.rb @@ -2,9 +2,9 @@ require 'formula' class Jenkins < Formula homepage 'http://jenkins-ci.org' - url 'http://mirrors.jenkins-ci.org/war/1.474/jenkins.war' - version '1.474' - sha1 'c016c1aabe5e44699d20a382df3a7886dfa86df6' + url 'http://mirrors.jenkins-ci.org/war/1.476/jenkins.war' + version '1.476' + sha1 '53c80bd2d746a19780ffc0dac3f143ffcd01f09f' head 'https://github.com/jenkinsci/jenkins.git' |
