aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/jenkins.rb
diff options
context:
space:
mode:
authorMichael Johann2011-11-15 16:32:30 +0100
committerJack Nagel2011-11-23 14:16:04 -0600
commit92f923b50ee65ff140ba388a1d0700c7da5fae26 (patch)
tree7b883de5e991290ced66f7bab0fc648d9ffc4396 /Library/Formula/jenkins.rb
parentacdec8bf6646c318433be9a9f6908e99339a9488 (diff)
downloadhomebrew-92f923b50ee65ff140ba388a1d0700c7da5fae26.tar.bz2
jenkins 1.439
Closes #8745. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/jenkins.rb')
-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