Skip to content

Commit 57b0323

Browse files
committed
Go back to using mastsif version, not master
1 parent 8b99684 commit 57b0323

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ VERSION=0.4.1
44
LIBGFORTRANDEST=/usr/local/lib
55
packs=(ARCHDefs CUTEst sif SIFDecode)
66
packnames=(archdefs cutest mastsif sifdecode)
7-
versions=(2.0.3 2.0.2 master 2.0.1)
7+
versions=(2.0.3 2.0.2 0.5 2.0.1)
88
service=(github github bitbucket github)
99

1010
set -e
@@ -170,7 +170,7 @@ do
170170
elif [ ${service[$i]} == "gitlab" ]; then
171171
url="https://gitlab.com/dpo/${p}-mirror/repository/archive.tar.gz?ref=v$v"
172172
elif [ ${service[$i]} == "bitbucket" ]; then
173-
url="https://bitbucket.org/optrove/${p}/get/$v.tar.gz"
173+
url="https://bitbucket.org/optrove/${p}/get/v$v.tar.gz"
174174
fi
175175
wget $url -O $p.tar.gz
176176
output_dir=$(tar --exclude='*/*' -ztf $p.tar.gz)

0 commit comments

Comments
 (0)