jenkins 1.540
Closes Homebrew/homebrew#24577. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
75f85c63a8
commit
144c84655a
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class Jenkins < Formula
|
||||
homepage 'http://jenkins-ci.org'
|
||||
url 'http://mirrors.jenkins-ci.org/war/1.539/jenkins.war'
|
||||
sha1 '7d93788ccceaef991607a2a1be96344ebb068c65'
|
||||
url 'http://mirrors.jenkins-ci.org/war/1.540/jenkins.war'
|
||||
sha1 '51bb091d248d1d0c78ead2d7882a81190ad958ae'
|
||||
|
||||
head 'https://github.com/jenkinsci/jenkins.git'
|
||||
|
||||
|
|
Loading…
Reference in a new issue