Skip to content
This repository was archived by the owner on Dec 31, 2022. It is now read-only.

Commit 35d6313

Browse files
committed
ver: 1.3.2
1 parent 7f1c163 commit 35d6313

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Maintainer: Tea <icepie.dev@gmail.com>
22
pkgname=giwifi-gear.sh
3-
pkgver=1.3.1
3+
pkgver=1.3.2
44
pkgrel=1
55
pkgdesc="A UNIX shell command line interpreter tool for giwifi"
66
arch=('any')
@@ -23,7 +23,7 @@ install=
2323
changelog=
2424
source=($pkgname)
2525
noextract=()
26-
sha256sums=('13bfbd6d93f74fab3794bba53669e4354eb9b7804679f777537288924d0f6c41')
26+
sha256sums=('SKIP')
2727

2828
build() {
2929
ls -al

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
author: 'icepie'
2-
version: '1.3.1'
2+
version: '1.3.2'

giwifi-gear.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ MOBILE_APP_VERSION='2.4.1.4'
101101
#############################################
102102

103103
AWK_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')"

0 commit comments

Comments
 (0)