aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/jenkins.rb
diff options
context:
space:
mode:
authorasaph2014-10-14 14:17:34 -0700
committerAdam Vandenberg2014-10-14 20:21:17 -0700
commitd3b550d48d8b15fd12e5b8529182ea59025ef571 (patch)
treec541617ef5cd57585f55910af5ff6a2729d6b0d5 /Library/Formula/jenkins.rb
parent4c1bbc29944574de995b800ff2fa99729fde8e5b (diff)
downloadhomebrew-d3b550d48d8b15fd12e5b8529182ea59025ef571.tar.bz2
jenkins 1.584
Closes #33180. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/jenkins.rb')
-rw-r--r--Library/Formula/jenkins.rb4
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"