apache-opennlp: fix download mirror
Closes Homebrew/homebrew#32401. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
3fe170e805
commit
30aae69853
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,8 @@ require "formula"
|
|||
|
||||
class ApacheOpennlp < Formula
|
||||
homepage "http://opennlp.apache.org/"
|
||||
url "http://apache.mirrors.timporter.net//opennlp/opennlp-1.5.3/apache-opennlp-1.5.3-bin.tar.gz"
|
||||
url "http://www.us.apache.org/dist//opennlp/opennlp-1.5.3/apache-opennlp-1.5.3-bin.tar.gz"
|
||||
mirror "http://www.us.apache.org/dist//opennlp/opennlp-1.5.3/apache-opennlp-1.5.3-bin.tar.gz"
|
||||
sha1 "e14b41a4f1f1ae7fd12713bbdd8452b367bfdc9e"
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue