jenkins 1.439
Closes Homebrew/homebrew#8745. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
a1acab2bd2
commit
6dfea7e350
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue