diff options
| author | asaph | 2014-11-10 14:54:08 -0800 |
|---|---|---|
| committer | Jack Nagel | 2014-11-10 17:11:16 -0600 |
| commit | d016af9dc51db043c1b81cc941fe9db71f872342 (patch) | |
| tree | e8ea2c5a931e0ae80dd8e9ad24fd65fd21c82a1c | |
| parent | 6f34a771ac100a427f54b059f9db52b8f84ee776 (diff) | |
| download | homebrew-d016af9dc51db043c1b81cc941fe9db71f872342.tar.bz2 | |
jenkins 1.589
Closes #34077.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
| -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 82d053687..6b5c4d57a 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.588/jenkins.war" - sha1 "c3d87f9e8cc878878f8836ca919ed5af55ba38e1" + url "http://mirrors.jenkins-ci.org/war/1.589/jenkins.war" + sha1 "a2c520c4b1ece67c57f4c9d38c3106e1a8ddf714" head "https://github.com/jenkinsci/jenkins.git" |
