Skip to content

Commit

Permalink
jenkins 1.413
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
x2on authored and adamv committed May 26, 2011
1 parent 85808f3 commit dd3192e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Library/Formula/jenkins.rb
@@ -1,9 +1,9 @@
require 'formula'

class Jenkins < Formula
url 'http://mirrors.jenkins-ci.org/war/1.401/jenkins.war', :using => :nounzip
version '1.401'
md5 '41b2eb60ddf231bb8b45ba52f1c0b10f'
url 'http://mirrors.jenkins-ci.org/war/1.413/jenkins.war', :using => :nounzip
version '1.413'
md5 '350cd32b161b5d8541ab70c98ea14e97'
homepage 'http://jenkins-ci.org'

def install
Expand Down

0 comments on commit dd3192e

Please sign in to comment.