jenkins 1.529
Closes Homebrew/homebrew#22169. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
1d79105f45
commit
3a790f0bee
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.528/jenkins.war'
|
||||
sha1 '2ba68851285c1462fcaa24b4c1b9d6efa7c921c5'
|
||||
url 'http://mirrors.jenkins-ci.org/war/1.529/jenkins.war'
|
||||
sha1 '5532e9e0fb067c2c7315387368c9d98ef83a9ee4'
|
||||
|
||||
head 'https://github.com/jenkinsci/jenkins.git'
|
||||
|
||||
|
|
Loading…
Reference in a new issue