jenkins 1.425
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
6aeb04d326
commit
1b8a9fe398
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
require 'formula'
|
||||
|
||||
class Jenkins < Formula
|
||||
url 'http://mirrors.jenkins-ci.org/war/1.420/jenkins.war', :using => :nounzip
|
||||
version '1.420'
|
||||
md5 '098a8a3697001f8133666c4688ac7205'
|
||||
url 'http://mirrors.jenkins-ci.org/war/1.425/jenkins.war', :using => :nounzip
|
||||
version '1.425'
|
||||
md5 '9f7e6c8abe4d6414f340b8ebc1df3345'
|
||||
homepage 'http://jenkins-ci.org'
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue