X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/e957f074d3d1135a6b50e362b7e1de649a97d20d..b8d327eef33a67e667d1ac11533ec5fd8b932581:/packages/hunspell-en-us/build.sh diff --git a/packages/hunspell-en-us/build.sh b/packages/hunspell-en-us/build.sh index a1aa398c..81ce7d04 100644 --- a/packages/hunspell-en-us/build.sh +++ b/packages/hunspell-en-us/build.sh @@ -1,6 +1,7 @@ -TERMUX_PKG_HOMEPAGE=http://hunspell.github.io/ +TERMUX_PKG_HOMEPAGE=https://hunspell.github.io TERMUX_PKG_DESCRIPTION="American english dictionary for hunspell" -TERMUX_PKG_VERSION=2016.07.01 +TERMUX_PKG_VERSION=2017.03.03 +TERMUX_PKG_REVISION=1 TERMUX_PKG_PLATFORM_INDEPENDENT=yes termux_step_make_install () { @@ -14,5 +15,6 @@ termux_step_make_install () { c7a8c4d08c29d237880844b1623099f59092602f189be38ce3912e457ff38bc1 termux_download https://cgit.freedesktop.org/libreoffice/dictionaries/plain/en/en_US.dic \ $TERMUX_PREFIX/share/hunspell/en_US.dic \ - 05656776e6c8066d9a63712451c0f57b38b48ce58c6da688211b2b654f11de13 + 8cbce08a66fcd4dd32eadcff2def2653b94863c2e2be1851c6e612558153b076 + touch $TERMUX_PREFIX/share/hunspell/en_US.{aff,dic} }