aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/jenkins.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/jenkins.rb b/Library/Formula/jenkins.rb
index 52fb88a3a..09261ad6e 100644
--- a/Library/Formula/jenkins.rb
+++ b/Library/Formula/jenkins.rb
@@ -1,10 +1,10 @@
require 'formula'
class Jenkins < Formula
- url 'http://mirrors.jenkins-ci.org/war/1.428/jenkins.war', :using => :nounzip
+ url 'http://mirrors.jenkins-ci.org/war/1.439/jenkins.war', :using => :nounzip
head 'https://github.com/jenkinsci/jenkins.git'
- version '1.428'
- md5 '5817e09ccc3a2996addeb8f1bc1cb6c8'
+ version '1.439'
+ md5 '87bf2e2c3052da2c32f1b9227dde009a'
homepage 'http://jenkins-ci.org'
def install