Jenkins 1.450

Closes Homebrew/homebrew#9896.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
master
shansen 2012-01-31 17:47:45 +00:00 committed by Jack Nagel
parent f51089cbdd
commit 87751c359c
1 changed files with 3 additions and 3 deletions

View File

@ -1,10 +1,10 @@
require 'formula'
class Jenkins < Formula
url 'http://mirrors.jenkins-ci.org/war/1.447/jenkins.war', :using => :nounzip
url 'http://mirrors.jenkins-ci.org/war/1.450/jenkins.war', :using => :nounzip
head 'https://github.com/jenkinsci/jenkins.git'
version '1.447'
md5 '1d7abb4fe6de96c48f0ef1a99edb5879'
version '1.450'
md5 '45b5011c6624383dc8a40f3fa4d6191d'
homepage 'http://jenkins-ci.org'
def install