jenkins 1.580
Closes Homebrew/homebrew#32319. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
030eb609a6
commit
cfab399e62
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.578/jenkins.war"
|
||||
sha1 "a645eb35f429491b584336e3c3e64f841100427a"
|
||||
url "http://mirrors.jenkins-ci.org/war/1.580/jenkins.war"
|
||||
sha1 "74a2c2fe38a9cfc66a8449e40f7a2d3b69610166"
|
||||
|
||||
head "https://github.com/jenkinsci/jenkins.git"
|
||||
|
||||
|
|
Loading…
Reference in a new issue