Skip to content

Commit

Permalink
Upgrade libhunspell from 1.7.0-r1 to 1.7.1-r0
Browse files Browse the repository at this point in the history
  • Loading branch information
Erikvl87 committed Apr 3, 2023
1 parent 742ee25 commit 04d4ff0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arm64-workaround/hunspell.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ alias wget="wget --retry-connrefused --waitretry=30 --read-timeout=30 --timeout=
##############################
mkdir /hunspell
cd /hunspell
wget https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/libhunspell-1.7.0-r1.apk
tar --warning=no-unknown-keyword -xzf libhunspell-1.7.0-r1.apk
wget https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/libhunspell-1.7.1-r0.apk
tar --warning=no-unknown-keyword -xzf libhunspell-1.7.1-r0.apk
mkdir -p /hunspell/org/bridj/lib/linux-aarch64/
mv /hunspell/usr/lib/libhunspell-1.7.so.0.0.1 /hunspell/org/bridj/lib/linux-aarch64/libhunspell.so
cd /hunspell/org/bridj/lib/
Expand Down

0 comments on commit 04d4ff0

Please sign in to comment.