aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/jenkins.rb
diff options
context:
space:
mode:
authorMark Sonnabaum2011-03-16 17:13:33 -0500
committerAdam Vandenberg2011-03-16 15:30:03 -0700
commita9df4cf4766d0c9aff761610ea06a5e5a452ece6 (patch)
tree00f3ed43fa77665e49ef98310f2e0860319911ac /Library/Formula/jenkins.rb
parent8f4d4190f7f82f501cf3c8fba06b0df21c867b45 (diff)
downloadhomebrew-a9df4cf4766d0c9aff761610ea06a5e5a452ece6.tar.bz2
Updated jenkins to 1.401.
Signed-off-by: Adam Vandenberg <flangy@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 faf7ec8ea..61e4a5612 100644
--- a/Library/Formula/jenkins.rb
+++ b/Library/Formula/jenkins.rb
@@ -1,9 +1,9 @@
require 'formula'
class Jenkins < Formula
- url 'http://ftp.osuosl.org/pub/hudson/war/1.399/jenkins.war', :using => :nounzip
- version '1.399'
- md5 'a99ed0277a59d7058c0c13b68cbee783'
+ url 'http://mirrors.jenkins-ci.org/war/1.401/jenkins.war', :using => :nounzip
+ version '1.401'
+ md5 '41b2eb60ddf231bb8b45ba52f1c0b10f'
homepage 'http://jenkins-ci.org'
def install