Skip to content

Commit ce80935

Browse files
author
oytunmw
committed
installer.sh updated for v1.4.0
1 parent c754994 commit ce80935

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

installer.sh

Lines changed: 8 additions & 8 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.2"
18+
RELEASE="v1.4.0"
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-
"linux_arm")
65-
URL="https://github.com/MotaWord/cli/releases/download/v1.3.2/motaword_1.3.2_Linux_arm64.tar.gz"
64+
"darwin_arm")
65+
URL="https://github.com/MotaWord/cli/releases/download/v1.4.0/motaword_1.4.0_Darwin_arm64.tar.gz"
6666
FTYPE=".tar.gz"
6767
;;
6868
"linux_386")
69-
URL="https://github.com/MotaWord/cli/releases/download/v1.3.2/motaword_1.3.2_Linux_i386.tar.gz"
69+
URL="https://github.com/MotaWord/cli/releases/download/v1.4.0/motaword_1.4.0_Linux_i386.tar.gz"
7070
FTYPE=".tar.gz"
7171
;;
7272
"darwin_amd64")
73-
URL="https://github.com/MotaWord/cli/releases/download/v1.3.2/motaword_1.3.2_Darwin_x86_64.tar.gz"
73+
URL="https://github.com/MotaWord/cli/releases/download/v1.4.0/motaword_1.4.0_Darwin_x86_64.tar.gz"
7474
FTYPE=".tar.gz"
7575
;;
7676
"linux_amd64")
77-
URL="https://github.com/MotaWord/cli/releases/download/v1.3.2/motaword_1.3.2_Linux_x86_64.tar.gz"
77+
URL="https://github.com/MotaWord/cli/releases/download/v1.4.0/motaword_1.4.0_Linux_x86_64.tar.gz"
7878
FTYPE=".tar.gz"
7979
;;
80-
"darwin_arm")
81-
URL="https://github.com/MotaWord/cli/releases/download/v1.3.2/motaword_1.3.2_Darwin_arm64.tar.gz"
80+
"linux_arm")
81+
URL="https://github.com/MotaWord/cli/releases/download/v1.4.0/motaword_1.4.0_Linux_arm64.tar.gz"
8282
FTYPE=".tar.gz"
8383
;;
8484
*) fail "No asset for platform ${OS}-${ARCH}";;

0 commit comments

Comments
 (0)