We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b99684 commit 57b0323Copy full SHA for 57b0323
install.sh
@@ -4,7 +4,7 @@ VERSION=0.4.1
4
LIBGFORTRANDEST=/usr/local/lib
5
packs=(ARCHDefs CUTEst sif SIFDecode)
6
packnames=(archdefs cutest mastsif sifdecode)
7
-versions=(2.0.3 2.0.2 master 2.0.1)
+versions=(2.0.3 2.0.2 0.5 2.0.1)
8
service=(github github bitbucket github)
9
10
set -e
@@ -170,7 +170,7 @@ do
170
elif [ ${service[$i]} == "gitlab" ]; then
171
url="https://gitlab.com/dpo/${p}-mirror/repository/archive.tar.gz?ref=v$v"
172
elif [ ${service[$i]} == "bitbucket" ]; then
173
- url="https://bitbucket.org/optrove/${p}/get/$v.tar.gz"
+ url="https://bitbucket.org/optrove/${p}/get/v$v.tar.gz"
174
fi
175
wget $url -O $p.tar.gz
176
output_dir=$(tar --exclude='*/*' -ztf $p.tar.gz)
0 commit comments