Skip to content

Commit c754994

Browse files
author
oytunmw
committed
installer.sh updated for v1.3.2
1 parent 9822039 commit c754994

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

installer.sh

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ function install {
1515
USER="motaword"
1616
PROG="motaword"
1717
MOVE="false"
18-
RELEASE="v1.3.1"
18+
RELEASE="v1.3.2"
1919
INSECURE="false"
2020
OUT_DIR="$(pwd)"
2121
GH="https://github.com"
@@ -61,24 +61,24 @@ function install {
6161
URL=""
6262
FTYPE=""
6363
case "${OS}_${ARCH}" in
64-
"darwin_arm")
65-
URL="https://github.com/MotaWord/cli/releases/download/v1.3.1/motaword_1.3.1_Darwin_arm64.tar.gz"
64+
"linux_arm")
65+
URL="https://github.com/MotaWord/cli/releases/download/v1.3.2/motaword_1.3.2_Linux_arm64.tar.gz"
6666
FTYPE=".tar.gz"
6767
;;
68-
"darwin_amd64")
69-
URL="https://github.com/MotaWord/cli/releases/download/v1.3.1/motaword_1.3.1_Darwin_x86_64.tar.gz"
68+
"linux_386")
69+
URL="https://github.com/MotaWord/cli/releases/download/v1.3.2/motaword_1.3.2_Linux_i386.tar.gz"
7070
FTYPE=".tar.gz"
7171
;;
72-
"linux_386")
73-
URL="https://github.com/MotaWord/cli/releases/download/v1.3.1/motaword_1.3.1_Linux_i386.tar.gz"
72+
"darwin_amd64")
73+
URL="https://github.com/MotaWord/cli/releases/download/v1.3.2/motaword_1.3.2_Darwin_x86_64.tar.gz"
7474
FTYPE=".tar.gz"
7575
;;
7676
"linux_amd64")
77-
URL="https://github.com/MotaWord/cli/releases/download/v1.3.1/motaword_1.3.1_Linux_x86_64.tar.gz"
77+
URL="https://github.com/MotaWord/cli/releases/download/v1.3.2/motaword_1.3.2_Linux_x86_64.tar.gz"
7878
FTYPE=".tar.gz"
7979
;;
80-
"linux_arm")
81-
URL="https://github.com/MotaWord/cli/releases/download/v1.3.1/motaword_1.3.1_Linux_arm64.tar.gz"
80+
"darwin_arm")
81+
URL="https://github.com/MotaWord/cli/releases/download/v1.3.2/motaword_1.3.2_Darwin_arm64.tar.gz"
8282
FTYPE=".tar.gz"
8383
;;
8484
*) fail "No asset for platform ${OS}-${ARCH}";;

0 commit comments

Comments
 (0)