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 99619dc74..65c839036 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.583/jenkins.war" - sha1 "d1834dcc7af35d7f9fb85711a91a8930d2ecc396" + url "http://mirrors.jenkins-ci.org/war/1.584/jenkins.war" + sha1 "16a2daa27fb3f26e9c3b914d5c5cb8780717f527" head "https://github.com/jenkinsci/jenkins.git" |
