Browse Source

hunspell-en-us: Update from 2017.03.03 to 2017.10.27

android-5
Fredrik Fornwall 7 years ago
parent
commit
7e9153c9ff
  1. 5
      packages/hunspell-en-us/build.sh

5
packages/hunspell-en-us/build.sh

@ -1,7 +1,6 @@
TERMUX_PKG_HOMEPAGE=https://hunspell.github.io TERMUX_PKG_HOMEPAGE=https://hunspell.github.io
TERMUX_PKG_DESCRIPTION="American english dictionary for hunspell" TERMUX_PKG_DESCRIPTION="American english dictionary for hunspell"
TERMUX_PKG_VERSION=2017.03.03 TERMUX_PKG_VERSION=2017.10.27
TERMUX_PKG_REVISION=1
TERMUX_PKG_PLATFORM_INDEPENDENT=yes TERMUX_PKG_PLATFORM_INDEPENDENT=yes
termux_step_make_install () { termux_step_make_install () {
@ -15,6 +14,6 @@ termux_step_make_install () {
c7a8c4d08c29d237880844b1623099f59092602f189be38ce3912e457ff38bc1 c7a8c4d08c29d237880844b1623099f59092602f189be38ce3912e457ff38bc1
termux_download https://cgit.freedesktop.org/libreoffice/dictionaries/plain/en/en_US.dic \ termux_download https://cgit.freedesktop.org/libreoffice/dictionaries/plain/en/en_US.dic \
$TERMUX_PREFIX/share/hunspell/en_US.dic \ $TERMUX_PREFIX/share/hunspell/en_US.dic \
8cbce08a66fcd4dd32eadcff2def2653b94863c2e2be1851c6e612558153b076 fa070979b1c5448bd7ab66eb6acb616d306f92879eb4218bc16ee35d39a608ee
touch $TERMUX_PREFIX/share/hunspell/en_US.{aff,dic} touch $TERMUX_PREFIX/share/hunspell/en_US.{aff,dic}
} }

Loading…
Cancel
Save