Skip to content

Commit 53c2af5

Browse files
committed
update the xidel installation source on Linux platform
1 parent b5c2b7f commit 53c2af5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/lib/query_problem.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ function install_xidel()
9797
fi
9898

9999
#install the xidel on Linux platform
100-
xidel_ver=0.9.6
100+
xidel_ver=0.9.8
101101
if [[ "$platform" == "linux" ]]; then
102102
hardware=`uname -m`
103103
xidel_tar=xidel-${xidel_ver}.linux64.tar.gz
@@ -111,7 +111,7 @@ function install_xidel()
111111
esac
112112
if [ ! -f ${xidel_tar} ]; then
113113
echo "Downloading xidel......"
114-
curl -s -L https://jaist.dl.sourceforge.net/project/videlibri/Xidel/Xidel%20${xidel_ver}/${xidel_tar} -o ${xidel_tar}
114+
curl -# -L https://github.com/benibela/xidel/releases/download/Xidel_${xidel_ver}/${xidel_tar} -o ${xidel_tar}
115115
fi
116116
tar -zxvf ${xidel_tar}
117117
sudo ./install.sh

0 commit comments

Comments
 (0)