aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/jenkins.rb
diff options
context:
space:
mode:
authorasaph2014-11-17 08:47:46 -0800
committerJack Nagel2014-11-17 12:38:33 -0600
commit9d02c55aa2552903f8ed5e72d9a70f60fe1fbdaa (patch)
tree5657a5415a53a3ac4b3b157c7dcf2e02977fc511 /Library/Formula/jenkins.rb
parent77cc8fe63bbe4ec1570529038a3ed3d60ff5fc51 (diff)
downloadhomebrew-9d02c55aa2552903f8ed5e72d9a70f60fe1fbdaa.tar.bz2
jenkins 1.590
Closes #34261. Signed-off-by: Jack Nagel <jacknagel@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 6b5c4d57a..d31919ac2 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.589/jenkins.war"
- sha1 "a2c520c4b1ece67c57f4c9d38c3106e1a8ddf714"
+ url "http://mirrors.jenkins-ci.org/war/1.590/jenkins.war"
+ sha1 "67fd744b715c992c6e412857310875bff803b708"
head "https://github.com/jenkinsci/jenkins.git"