This repository was archived by the owner on Dec 31, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11# Maintainer: Tea <icepie.dev@gmail.com>
22pkgname=giwifi-gear.sh
3- pkgver=1.3.1
3+ pkgver=1.3.2
44pkgrel=1
55pkgdesc=" A UNIX shell command line interpreter tool for giwifi"
66arch=(' any' )
@@ -23,7 +23,7 @@ install=
2323changelog=
2424source=($pkgname )
2525noextract=()
26- sha256sums=(' 13bfbd6d93f74fab3794bba53669e4354eb9b7804679f777537288924d0f6c41 ' )
26+ sha256sums=(' SKIP ' )
2727
2828build () {
2929 ls -al
Original file line number Diff line number Diff line change 11author: 'icepie'
2- version: '1.3.1 '
2+ version: '1.3.2 '
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ MOBILE_APP_VERSION='2.4.1.4'
101101# ############################################
102102
103103AWK_TOOL=' awk' # it will be upgrade to gawk, when you have gawk...
104- VERSION=' 1.3.1 '
104+ VERSION=' 1.3.2 '
105105
106106# ############################################
107107# # Network Util
@@ -992,7 +992,7 @@ get_user_info() {
992992 echo " --> $MOBILE_GET_USER_DATA " &&
993993 echo ' '
994994
995- MOBILE_GET_USER_RTE=" $( gw_mobile_get_user " $MOBILE_GET_USER_DATA " ) "
995+ MOBILE_GET_USER_RTE=" $( printf " $( printf " $( gw_mobile_get_user $ MOBILE_GET_USER_DATA) " ) " | sed " s@ \\\\ @@g " ) "
996996 MOBILE_GET_USER_RTE_CODE=" $( str_str " $MOBILE_GET_USER_RTE " ' "resultCode":' ' ,' ) "
997997 MOBILE_GET_USER_RTE_MSG=" $( str_str " $( printf $MOBILE_GET_USER_RTE ) " ' "resultMsg":"' ' ",' ) "
998998 MOBILE_GET_USER_RTE_DATA=" $( get_json_value " $MOBILE_GET_USER_RTE " ' data' ) "
You can’t perform that action at this time.
0 commit comments