update
This commit is contained in:
parent
1cf0c1636b
commit
369b53e2fd
|
|
@ -4,7 +4,7 @@
|
|||
"name": "sphinx",
|
||||
"title": "sphinx",
|
||||
"shell": "install.sh",
|
||||
"versions":["3.1.1","3.2.1","3.3.1","3.4.1","3.5.1","3.6.1","3.7.1"],
|
||||
"versions":["3.1.1","3.2.1","3.3.1","3.4.1","3.5.1","3.6.1","3.7.1","3.8.1"],
|
||||
"tip": "soft",
|
||||
"install_pre_inspection":true,
|
||||
"checks": "server/sphinx",
|
||||
|
|
|
|||
|
|
@ -57,6 +57,8 @@ elif [ "$VERSION" == "3.6.1" ]; then
|
|||
VERSION_NUM=${VERSION}-c9dbeda
|
||||
elif [ "$VERSION" == "3.7.1" ]; then
|
||||
VERSION_NUM=${VERSION}-da9f8a4
|
||||
elif [ "$VERSION" == "3.8.1" ]; then
|
||||
VERSION_NUM=${VERSION}-d25e0bb
|
||||
fi
|
||||
|
||||
# echo $VERSION_NUM
|
||||
|
|
|
|||
Loading…
Reference in New Issue