jenkins 1.547
Closes Homebrew/homebrew#26050. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
ffafec7a3e
commit
fbb6b39ad8
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.544/jenkins.war'
|
||||
sha1 '3cf4332ce31e0fe1f4ae7391f3400dcb87ef8238'
|
||||
url 'http://mirrors.jenkins-ci.org/war/1.547/jenkins.war'
|
||||
sha1 '951e9f553a37db036a05d3d33750481a23fc40ac'
|
||||
|
||||
head 'https://github.com/jenkinsci/jenkins.git'
|
||||
|
||||
|
|
Loading…
Reference in a new issue