jenkins 1.439

Closes Homebrew/homebrew#8745.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Michael Johann 2011-11-15 16:32:30 +01:00 committed by Jack Nagel
parent a1acab2bd2
commit 6dfea7e350

View file

@ -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