apache-opennlp: use apache mirror geolocation
This commit is contained in:
parent
30aae69853
commit
95394da137
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require "formula"
|
||||||
|
|
||||||
class ApacheOpennlp < Formula
|
class ApacheOpennlp < Formula
|
||||||
homepage "http://opennlp.apache.org/"
|
homepage "http://opennlp.apache.org/"
|
||||||
url "http://www.us.apache.org/dist//opennlp/opennlp-1.5.3/apache-opennlp-1.5.3-bin.tar.gz"
|
url "http://www.apache.org/dyn/closer.cgi?path=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"
|
mirror "http://www.us.apache.org/dist/opennlp/opennlp-1.5.3/apache-opennlp-1.5.3-bin.tar.gz"
|
||||||
sha1 "e14b41a4f1f1ae7fd12713bbdd8452b367bfdc9e"
|
sha1 "e14b41a4f1f1ae7fd12713bbdd8452b367bfdc9e"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
|
|
Loading…
Reference in a new issue