mecab-ipadic: use Debian mirrors
This commit is contained in:
parent
026de06a8a
commit
1841e28ea9
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,9 @@
|
|||
class MecabIpadic < Formula
|
||||
desc "IPA dictionary compiled for MeCab"
|
||||
homepage "https://taku910.github.io/mecab/"
|
||||
url "https://drive.google.com/uc?export=download&id=0B4y35FiV1wh7MWVlSDBCSXZMTXM"
|
||||
# Canonical url is https://drive.google.com/uc?export=download&id=0B4y35FiV1wh7MWVlSDBCSXZMTXM
|
||||
url "https://mirrors.ocf.berkeley.edu/debian/pool/main/m/mecab-ipadic/mecab-ipadic_2.7.0-20070801+main.orig.tar.gz"
|
||||
mirror "https://mirrorservice.org/sites/ftp.debian.org/debian/pool/main/m/mecab-ipadic/mecab-ipadic_2.7.0-20070801+main.orig.tar.gz"
|
||||
version "2.7.0-20070801"
|
||||
sha256 "b62f527d881c504576baed9c6ef6561554658b175ce6ae0096a60307e49e3523"
|
||||
|
||||
|
|
Loading…
Reference in a new issue