diff options
Diffstat (limited to 'Library')
| -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 13b1ef201..3344ad90c 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.544/jenkins.war' - sha1 '3cf4332ce31e0fe1f4ae7391f3400dcb87ef8238' + url 'http://mirrors.jenkins-ci.org/war/1.547/jenkins.war' + sha1 '951e9f553a37db036a05d3d33750481a23fc40ac' head 'https://github.com/jenkinsci/jenkins.git' |
