aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorasaph2015-01-26 09:37:21 -0800
committerMike McQuaid2015-01-26 18:32:49 +0000
commitfb84daee7a6ed70dcfb94d16e09cec069e770608 (patch)
treef312879ef07fea960864b216fd10cd80329289be /Library/Formula
parentb968e5af296256e2e2c84177d1a00b44773e32c9 (diff)
downloadhomebrew-fb84daee7a6ed70dcfb94d16e09cec069e770608.tar.bz2
jenkins 1.598
Closes #36233. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
-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 33a7763bc..79059dcf2 100644
--- a/Library/Formula/jenkins.rb
+++ b/Library/Formula/jenkins.rb
@@ -2,8 +2,8 @@ require "formula"
class Jenkins < Formula
homepage "https://jenkins-ci.org"
- url "http://mirrors.jenkins-ci.org/war/1.597/jenkins.war"
- sha1 "a177d463af1e334a92874378b5c32a923fb62c66"
+ url "http://mirrors.jenkins-ci.org/war/1.598/jenkins.war"
+ sha1 "ee3f94a2eab93a119baaa897a2fd0045cc401e73"
head do
url "https://github.com/jenkinsci/jenkins.git"