diff --git a/plugins/sphinx/info.json b/plugins/sphinx/info.json index db7ab082e..b99d3164d 100755 --- a/plugins/sphinx/info.json +++ b/plugins/sphinx/info.json @@ -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", diff --git a/plugins/sphinx/install.sh b/plugins/sphinx/install.sh index 277029f12..7e4ee305f 100755 --- a/plugins/sphinx/install.sh +++ b/plugins/sphinx/install.sh @@ -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