aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorshansen2012-04-03 14:32:07 +0200
committerJack Nagel2012-04-03 16:34:58 -0500
commite2da25f0319d7a7d04444408aaf9ebf09dfaead4 (patch)
tree4d0849f3d6a5b12e3b1b88adc55077efb91ada25 /Library
parentf00c90b552d54f8f54180ca0c1d84bc8e4180bb2 (diff)
downloadhomebrew-e2da25f0319d7a7d04444408aaf9ebf09dfaead4.tar.bz2
Jenkins 1.458
Closes #11416. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-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 4a009e07e..a95f30b95 100644
--- a/Library/Formula/jenkins.rb
+++ b/Library/Formula/jenkins.rb
@@ -2,9 +2,9 @@ require 'formula'
class Jenkins < Formula
homepage 'http://jenkins-ci.org'
- url 'http://mirrors.jenkins-ci.org/war/1.457/jenkins.war', :using => :nounzip
- version '1.457'
- md5 'a58432152f4799550a98470960607f42'
+ url 'http://mirrors.jenkins-ci.org/war/1.458/jenkins.war', :using => :nounzip
+ version '1.458'
+ md5 '4ad7468147a4adcfe69e4167294aef80'
head 'https://github.com/jenkinsci/jenkins.git'
def install