Jenkins 1.532
Closes Homebrew/homebrew#22815. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
c265b574f7
commit
672ba28fda
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.531/jenkins.war'
|
||||
sha1 'af768b1737800425fce9bea5bfacdb12fa175f22'
|
||||
url 'http://mirrors.jenkins-ci.org/war/1.532/jenkins.war'
|
||||
sha1 'b2832cde7a602a9102a55b40b1ded5b0aae73a95'
|
||||
|
||||
head 'https://github.com/jenkinsci/jenkins.git'
|
||||
|
||||
|
|
Loading…
Reference in a new issue