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 093d40d7b..5dfc35afb 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.533/jenkins.war' - sha1 '1699f24025d3f1b10478b8b7515356a5bea3e29f' + url 'http://mirrors.jenkins-ci.org/war/1.534/jenkins.war' + sha1 'f746ed418ea977925a534107ffdd77adf4e36049' head 'https://github.com/jenkinsci/jenkins.git' |
