jenkins 1.565
Closes Homebrew/homebrew#29658. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
1f54c724b4
commit
80e7c7eec5
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.564/jenkins.war'
|
||||
sha1 '69fb9eb02f41fa122bf8f5fcda1ad4ed69f36f30'
|
||||
url 'http://mirrors.jenkins-ci.org/war/1.565/jenkins.war'
|
||||
sha1 'bb365d7427343e50b4cb2eb233f981269ad70a4e'
|
||||
|
||||
head 'https://github.com/jenkinsci/jenkins.git'
|
||||
|
||||
|
|
Loading…
Reference in a new issue